Skip to content

Commit 7317cdc

Browse files
committed
GRIDEDIT-2016 changed cache key. force rebuild of cached dependencies.
1 parent aeee639 commit 7317cdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-and-test-workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
uses: actions/cache/restore@v4
6767
id: restore-cached-external-dependencies
6868
with:
69-
key: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key-v4
70-
restore-keys: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key-v4
69+
key: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key-v5
7170
path: ${{ steps.paths.outputs.ext_deps_dir }}/netcdf-c/install/netcdf-c
7271

7372
# Step: Check if netCDF cache directory already has contents (defensive guard)
@@ -97,7 +96,7 @@ jobs:
9796
uses: actions/cache/save@v4
9897
if: steps.check-nc-cache.outputs.has-deps == 'false'
9998
with:
100-
key: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key-v4
99+
key: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key-v5
101100
path: ${{ steps.paths.outputs.ext_deps_dir }}/netcdf-c/install/netcdf-c
102101

103102
# Step: CMake configuration

0 commit comments

Comments
 (0)