From 838dfb57b6f1baea13190319c6093f6dfb281f25 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Fri, 22 Nov 2024 13:06:12 -0500 Subject: [PATCH] Update build.yml, revert back to itk 5.4.0 --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51e0814d..1cef0953 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04,macos-13,macos-14,windows-2022] - itk_ver: [ '27f1b1f6fde59f19a33771e6d953048553380169' ] + itk_ver: [ 'v5.4.0' ] vtk_ver: [ '9.3.1' ] qt_ver: [ '6.6.3' ] include: @@ -181,6 +181,9 @@ jobs: Module_MorphologicalContourInterpolation:BOOL=TRUE CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=${{github.workspace}}/itk/install + ${{ runner.os == 'Windows' && 'CMAKE_EXE_LINKER_FLAGS=/FORCE:MULTIPLE' || '' }} + ${{ runner.os == 'Windows' && 'CMAKE_EXE_SHARED_FLAGS=/FORCE:MULTIPLE' || '' }} + - name: Cache ITK if: steps.cache-itk.outputs.cache-hit != 'true'