Skip to content

Commit

Permalink
restore key?
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 20, 2024
1 parent 6ea6ae3 commit b477ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ runs:
with:
path: spack.tar.zst
key: spack-r1-${{ inputs.spack_version }}-${{ hashFiles('CI/dependencies/setup_spack.sh') }}
restore-keys: |
spack-r1-${{ inputs.spack_version }}-${{ hashFiles('CI/dependencies/setup_spack.sh') }}
- name: Extract cached Spack
if: steps.cache-restore.outputs.cache-hit == 'true'
Expand Down

0 comments on commit b477ff3

Please sign in to comment.