From 70d19bda652b9e4205c18fcf1a91b1f34a1aef79 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Wed, 2 Oct 2024 10:45:27 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b11c94e5..a91febaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,6 +111,7 @@ jobs: VTK_MODULE_ENABLE_VTK_GUISupportQtSQL:STRING=NO CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=${{github.workspace}}/vtk/install + ${{ runner.os == 'Windows' && 'DSMP_IMPLEMENTATION_TYPE=Sequential' || '' }} # Use cached ITK build if available. Unfortunately ITK make install fails to # install one file, vnl_vector_ref.hxx so instead of caching the install dir