File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Build
22
33on : [push,pull_request]
44
5+ env :
6+ LC_ALL : en_US.UTF-8
7+ LANG : en_US.UTF-8
8+ LANGUAGE : en_US.UTF-8
9+
510jobs :
611 build-publish-pdf :
712 runs-on : ubuntu-18.04
4348 sudo locale-gen
4449 sudo sed -i 's/none/read|write/' /etc/ImageMagick-6/policy.xml
4550 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'
5151
5252 - name : Build
5353 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
104104 ### --- End Project specific additions
105105 set (${proj} _REPOSITORY ${git_protocol} ://github.com/InsightSoftwareConsortium/ITK.git)
106106 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 " )
109109 endif ()
110110
111111 ExternalProject_Add(${proj}
You can’t perform that action at this time.
0 commit comments