summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-21 10:10:28 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-21 16:54:40 -0500
commit306ad5c9d688ad1b9652cf5609ddcb987d91b446 (patch)
tree37ffae66d0c33f73dbab31a5b1722f58f3837ef9
parent46c575a8b6221def3fd9b8b932d95930a448446f (diff)
downloadhaskell-306ad5c9d688ad1b9652cf5609ddcb987d91b446.tar.gz
gitlab-ci: Set locale
-rw-r--r--.gitlab-ci.yml2
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