fix workflow?
This commit is contained in:
parent
3a150afa71
commit
02bbd21ab9
@ -17,7 +17,7 @@ jobs:
|
|||||||
id: cache-go-path
|
id: cache-go-path
|
||||||
uses: https://github.com/actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /go_path
|
path: $HOME/go_path
|
||||||
key: go_path-${{ github.repository }}-${{ github.ref_name }}
|
key: go_path-${{ github.repository }}-${{ github.ref_name }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
go_path-${{ github.repository }}-
|
go_path-${{ github.repository }}-
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
id: cache-go-cache
|
id: cache-go-cache
|
||||||
uses: https://github.com/actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /go_cache
|
path: $HOME/go_cache
|
||||||
key: go_cache-${{ github.repository }}-${{ github.ref_name }}
|
key: go_cache-${{ github.repository }}-${{ github.ref_name }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
go_cache-${{ github.repository }}-
|
go_cache-${{ github.repository }}-
|
||||||
|
Loading…
Reference in New Issue
Block a user