diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-21 10:10:28 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-21 16:54:40 -0500 |
commit | 306ad5c9d688ad1b9652cf5609ddcb987d91b446 (patch) | |
tree | 37ffae66d0c33f73dbab31a5b1722f58f3837ef9 /.gitlab-ci.yml | |
parent | 46c575a8b6221def3fd9b8b932d95930a448446f (diff) | |
download | haskell-306ad5c9d688ad1b9652cf5609ddcb987d91b446.tar.gz |
gitlab-ci: Set locale
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da3c20944a..f0d15f05b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -286,6 +286,7 @@ validate-x86_64-windows-hadrian: stage: full-build variables: GHC_VERSION: "8.6.2" + LANG: "en_US.UTF-8" # due to #16073 allow_failure: true script: @@ -310,6 +311,7 @@ validate-x86_64-windows: stage: full-build variables: GHC_VERSION: "8.6.2" + LANG: "en_US.UTF-8" script: - | set MSYSTEM=MINGW64 |