Cache inside workdir
This commit is contained in:
parent
a4b970649f
commit
a78d36bce5
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Cache downloads
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /cache
|
||||
path: .cache
|
||||
key: downloads-${{ github.run_id }}
|
||||
restore-keys: |
|
||||
downloads-
|
||||
|
|
Loading…
Reference in New Issue