Maybe this will work?
This commit is contained in:
parent
578b2a73b8
commit
f4667a2780
@ -13,7 +13,7 @@ jobs:
|
||||
- name: "cache go dependencies"
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /home/container/
|
||||
path: /root/go/
|
||||
key: bunker-go-cache
|
||||
restore_key: bunker-go-cache
|
||||
- name: "lint"
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
- name: "cache go dependencies"
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /home/container/
|
||||
path: /root/go/
|
||||
key: bunker-go-cache
|
||||
restore_key: bunker-go-cache
|
||||
- name: "tests"
|
||||
|
Loading…
x
Reference in New Issue
Block a user