Skip to content

Commit 8124c2e

Browse files
authored
Update build.yml - cache VTK build
1 parent 1211c89 commit 8124c2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
source-dir: ${{github.workspace}}/vtk
7272
build-dir: ${{github.workspace}}/build
7373
build-args: |
74+
-t
7475
install
7576
generator: Ninja
7677
options: |
@@ -81,7 +82,7 @@ jobs:
8182
VTK_GROUP_ENABLE_Qt:STRING=YES
8283
VTK_MODULE_ENABLE_VTK_GUISupportQtQuick:STRING=NO
8384
VTK_MODULE_ENABLE_VTK_GUISupportQtSQL:STRING=NO
84-
CMAKE_INSTALL_PATH=${{github.workspace}}/install
85+
CMAKE_INSTALL_PREFIX=${{github.workspace}}/install
8586
8687
- name: Setup tmate session
8788
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)