Skip to content

Commit

Permalink
Force VTK and alembic cache update
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Oct 23, 2023
1 parent ae85ec4 commit b603bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/alembic-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
uses: actions/cache@v3
with:
path: dependencies/alembic_install
key: alembic-v1.8.5-${{runner.os}}-${{inputs.cpu}}-0
key: alembic-v1.8.5-${{runner.os}}-${{inputs.cpu}}-1

- name: Checkout Alembic
if: steps.cache-alembic.outputs.cache-hit != 'true'
Expand Down
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}}-1
key: vtk-${{env.VTK_SHA_OR_TAG}}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.egl_label}}-${{inputs.cpu}}-2

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

0 comments on commit b603bf3

Please sign in to comment.