Skip to content

Commit 9f39325

Browse files
committed
Revert "Re-attempt to increment cache number"
This reverts commit 9ee8243.
1 parent 9ee8243 commit 9f39325

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/vtk-install-dep/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ runs:
2626
2727
- name: Cache VTK
2828
id: cache-vtk
29-
uses: actions/cache/restore@v5
29+
uses: actions/cache/restore@v4
3030
with:
3131
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
32+
key: vtk-${{ inputs.vtk_version }}${{ inputs.openvdb_version != '' && format('-openvdb-{0}', inputs.openvdb_version) || '' }}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.cpu}}-2
3333

3434
- name: Setup VTK
3535
if: steps.cache-vtk.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)