Skip to content

Commit

Permalink
CI: Windows CI raytracing fix (f3d-app#1468)
Browse files Browse the repository at this point in the history
* CI: Windows CI raytracing fix

* download ispc
  • Loading branch information
mwestphal authored Jun 17, 2024
1 parent 442c6d2 commit b37f455
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ospray-sb-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
uses: actions/cache@v4
with:
path: dependencies/ospray_install
key: ospray-sb-v2.7.1-${{runner.os}}-${{inputs.cpu}}-1
key: ospray-sb-v2.7.1-${{runner.os}}-${{inputs.cpu}}-2

# Dependents: vtk
- name: Checkout ospray
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@v4
with:
path: dependencies/vtk_install
key: vtk-${{env.VTK_SHA_OR_TAG}}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.egl_label}}-${{inputs.cpu}}-7
key: vtk-${{env.VTK_SHA_OR_TAG}}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.egl_label}}-${{inputs.cpu}}-8

- name: Setup VTK
if: steps.cache-vtk.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: ./source/.github/actions/generic-ci
with:
vtk_version: ${{matrix.vtk_version}}
raytracing_label: no-raytracing
raytracing_label: raytracing
static_label: ${{matrix.static_label}}
lfs_sha: ${{ needs.cache_lfs.outputs.lfs_sha}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_vtk_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: ./source/.github/actions/generic-ci
with:
vtk_version: ${{needs.check_nightly.outputs.vtk_sha}}
raytracing_label: no-raytracing
raytracing_label: raytracing
lfs_sha: ${{ needs.cache_lfs.outputs.lfs_sha}}

#----------------------------------------------------------------------------
Expand Down

0 comments on commit b37f455

Please sign in to comment.