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