We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee8243 commit 9f39325Copy full SHA for 9f39325
1 file changed
.github/actions/vtk-install-dep/action.yml
@@ -26,10 +26,10 @@ runs:
26
27
- name: Cache VTK
28
id: cache-vtk
29
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v4
30
with:
31
path: dependencies/vtk_install
32
- key: vtk-${{ inputs.vtk_version }}${{ inputs.openvdb_version != '' && format('-openvdb-{0}', inputs.openvdb_version) || '' }}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.cpu}}-1
+ key: vtk-${{ inputs.vtk_version }}${{ inputs.openvdb_version != '' && format('-openvdb-{0}', inputs.openvdb_version) || '' }}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.cpu}}-2
33
34
- name: Setup VTK
35
if: steps.cache-vtk.outputs.cache-hit != 'true'
0 commit comments