Skip to content

Commit 1a72828

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ 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
70+
restore-keys: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key
7171
path: ${{ steps.paths.outputs.ext_deps_dir }}/netcdf-c/install/netcdf-c
7272

7373
# Step: Check if netCDF cache directory already has contents (defensive guard)
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/cache/save@v4
9898
if: steps.check-nc-cache.outputs.has-deps == 'false'
9999
with:
100-
key: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key-v4
100+
key: ${{ inputs.platform }}-${{ inputs.build_type }}-cache-key
101101
path: ${{ steps.paths.outputs.ext_deps_dir }}/netcdf-c/install/netcdf-c
102102

103103
# Step: CMake configuration

0 commit comments

Comments
 (0)