File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " v5.1.1 "
16+ itk-git-tag : " abd38d5a0040b9a8fbb0ad3127089dbb72a93342 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " v5.1.1 "
21+ itk-git-tag : " abd38d5a0040b9a8fbb0ad3127089dbb72a93342 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " v5.1.1 "
26+ itk-git-tag : " abd38d5a0040b9a8fbb0ad3127089dbb72a93342 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
3939 python -m pip install --upgrade pip
4040 python -m pip install ninja
4141
42+ - name : Get specific version of CMake, Ninja
43+ uses : lukka/get-cmake@v3.18.3
44+
4245 - name : Download ITK
4346 run : |
4447 cd ..
You can’t perform that action at this time.
0 commit comments