mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 19:45:52 +00:00
there as well ;)
This commit is contained in:
parent
cd2aaa9df8
commit
b63536828e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ jobs:
|
||||||
|
|
||||||
- name: Restore cached Primes
|
- name: Restore cached Primes
|
||||||
id: cache-primes-restore
|
id: cache-primes-restore
|
||||||
- uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
path/to/dependencies
|
path/to/dependencies
|
||||||
|
|
Loading…
Reference in a new issue