File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Build
2
2
3
3
on : [push,pull_request]
4
4
5
+ env :
6
+ LC_ALL : en_US.UTF-8
7
+ LANG : en_US.UTF-8
8
+ LANGUAGE : en_US.UTF-8
9
+
5
10
jobs :
6
11
build-publish-pdf :
7
12
runs-on : ubuntu-18.04
43
48
sudo locale-gen
44
49
sudo sed -i 's/none/read|write/' /etc/ImageMagick-6/policy.xml
45
50
sudo apt-get clean
46
- - name : Set environmental variables
47
- run : |
48
- echo '::set-env name=LC_ALL::en_US.UTF-8'
49
- echo '::set-env name=LANG::en_US.UTF-8'
50
- echo '::set-env name=LANGUAGE::en_US.UTF-8'
51
51
52
52
- name : Build
53
53
run : |
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104
104
### --- End Project specific additions
105
105
set (${proj} _REPOSITORY ${git_protocol} ://github.com/InsightSoftwareConsortium/ITK.git)
106
106
if ("${${proj} _GIT_TAG}" STREQUAL "" )
107
- # ITK release branch 2019-12-16
108
- set (${proj} _GIT_TAG "v5.1.0 " )
107
+ # ITK release branch 2021-03-12
108
+ set (${proj} _GIT_TAG "v5.2rc03 " )
109
109
endif ()
110
110
111
111
ExternalProject_Add(${proj}
You can’t perform that action at this time.
0 commit comments