Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build

on: [push,pull_request]

env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8

jobs:
build-publish-pdf:
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -43,11 +48,6 @@ jobs:
sudo locale-gen
sudo sed -i 's/none/read|write/' /etc/ImageMagick-6/policy.xml
sudo apt-get clean
- name: Set environmental variables
run: |
echo '::set-env name=LC_ALL::en_US.UTF-8'
echo '::set-env name=LANG::en_US.UTF-8'
echo '::set-env name=LANGUAGE::en_US.UTF-8'

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions SuperBuild/External_ITK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
### --- End Project specific additions
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
if("${${proj}_GIT_TAG}" STREQUAL "")
# ITK release branch 2019-12-16
set(${proj}_GIT_TAG "v5.1.0")
# ITK release branch 2021-03-12
set(${proj}_GIT_TAG "v5.2rc03")
endif()

ExternalProject_Add(${proj}
Expand Down