Skip to content

Commit

Permalink
Update build.yml - cache VTK build
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Sep 29, 2024
1 parent 1211c89 commit 8124c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
source-dir: ${{github.workspace}}/vtk
build-dir: ${{github.workspace}}/build
build-args: |
-t
install
generator: Ninja
options: |
Expand All @@ -81,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_PATH=${{github.workspace}}/install
CMAKE_INSTALL_PREFIX=${{github.workspace}}/install
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 8124c2e

Please sign in to comment.