File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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)
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
You can’t perform that action at this time.
0 commit comments