Skip to content

Commit

Permalink
Update build.yml - VTK build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Sep 29, 2024
1 parent 8124c2e commit 0a4ab74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: cache-vtk
uses: actions/cache@v4
with:
path: prime-numbers
path: ${{github.workspace}}/vtk/install
key: ${{ runner.os }}-vtk-9.3.1

# Check out VTK
Expand All @@ -69,7 +69,7 @@ jobs:
uses: threeal/[email protected]
with:
source-dir: ${{github.workspace}}/vtk
build-dir: ${{github.workspace}}/build
build-dir: ${{github.workspace}}/vtk/build
build-args: |
-t
install
Expand All @@ -82,7 +82,7 @@ jobs:
VTK_GROUP_ENABLE_Qt:STRING=YES
VTK_MODULE_ENABLE_VTK_GUISupportQtQuick:STRING=NO
VTK_MODULE_ENABLE_VTK_GUISupportQtSQL:STRING=NO
CMAKE_INSTALL_PREFIX=${{github.workspace}}/install
CMAKE_INSTALL_PREFIX=${{github.workspace}}/vtk/install
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 0a4ab74

Please sign in to comment.