File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
- os : ubuntu-18.04
14
14
c-compiler : " gcc"
15
15
cxx-compiler : " g++"
16
- itk-git-tag : " v5.1.1 "
16
+ itk-git-tag : " abd38d5a0040b9a8fbb0ad3127089dbb72a93342 "
17
17
cmake-build-type : " MinSizeRel"
18
18
- os : windows-2019
19
19
c-compiler : " cl.exe"
20
20
cxx-compiler : " cl.exe"
21
- itk-git-tag : " v5.1.1 "
21
+ itk-git-tag : " abd38d5a0040b9a8fbb0ad3127089dbb72a93342 "
22
22
cmake-build-type : " Release"
23
23
- os : macos-10.15
24
24
c-compiler : " clang"
25
25
cxx-compiler : " clang++"
26
- itk-git-tag : " v5.1.1 "
26
+ itk-git-tag : " abd38d5a0040b9a8fbb0ad3127089dbb72a93342 "
27
27
cmake-build-type : " MinSizeRel"
28
28
29
29
steps :
39
39
python -m pip install --upgrade pip
40
40
python -m pip install ninja
41
41
42
+ - name : Get specific version of CMake, Ninja
43
+ uses : lukka/get-cmake@v3.18.3
44
+
42
45
- name : Download ITK
43
46
run : |
44
47
cd ..
Original file line number Diff line number Diff line change 44
44
keywords = 'ITK InsightToolkit' ,
45
45
url = r'https://itk.org/' ,
46
46
install_requires = [
47
- r'itk>=5.1.0.post2 '
47
+ r'itk>=5.2rc1 '
48
48
]
49
49
)
You can’t perform that action at this time.
0 commit comments