Skip to content

Commit 5a07790

Browse files
authored
Merge pull request #149 from InsightSoftwareConsortium/itk-5.2rc3
2 parents 8dd0dd0 + 944a3e2 commit 5a07790

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Build
22

33
on: [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+
510
jobs:
611
build-publish-pdf:
712
runs-on: ubuntu-18.04
@@ -43,11 +48,6 @@ jobs:
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: |

SuperBuild/External_ITK.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)