configure cache properly

This commit is contained in:
philipp 2024-02-19 18:29:16 +01:00
parent 2c25901265
commit af59838821

View File

@ -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