diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2018-12-18 19:50:06 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-18 22:37:12 -0500 |
| commit | 074eae255793de6a94e8172015e7022c80a5cd15 (patch) | |
| tree | 06cb38e4e9c57f8a8b19c0976e09afc57536d582 | |
| parent | 1e149bb2aeabd36d17622eedbb0ef273d465130d (diff) | |
| download | haskell-074eae255793de6a94e8172015e7022c80a5cd15.tar.gz | |
gitlab-ci: Ensure that locale is set
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ddabfc037..09f3be2ed8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ variables: GIT_SSL_NO_VERIFY: "1" GIT_SUBMODULE_STRATEGY: "recursive" + LANG: "en_US.UTF-8" stages: - lint |
