configure cache properly
This commit is contained in:
parent
2c25901265
commit
af59838821
@ -21,7 +21,8 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
/root/.cache/risp
|
||||
key: laws
|
||||
key: risp-cache-${{ hashFiles('**/laws/*') }}
|
||||
restore-keys: risp-cache-
|
||||
|
||||
- name: Set up cargo cache rust
|
||||
uses: actions/cache@v3
|
||||
|
Loading…
Reference in New Issue
Block a user