From b477ff3d6dbcb4cec2b56949c1672a7a04f0ebf9 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Fri, 20 Dec 2024 15:08:29 +0100 Subject: [PATCH] restore key? --- .github/actions/dependencies/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index 83c72aeefcf..a3c305e1126 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -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'