summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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