Skip to content

Commit

Permalink
Update build.yml, revert back to itk 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Nov 22, 2024
1 parent 920efc6 commit 838dfb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 838dfb5

Please sign in to comment.