Skip to content

Commit

Permalink
Force VTK cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Oct 26, 2023
1 parent 6aa0893 commit f791a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/vtk-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
uses: actions/cache@v3
with:
path: dependencies/vtk_install
key: vtk-${{env.VTK_SHA_OR_TAG}}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.egl_label}}-${{inputs.cpu}}-2
key: vtk-${{env.VTK_SHA_OR_TAG}}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.egl_label}}-${{inputs.cpu}}-3

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

0 comments on commit f791a74

Please sign in to comment.