diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 21:04:16 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 21:04:23 +0100 |
commit | 0479086da35d9217f16e986cb164cd3270c44b4c (patch) | |
tree | ec9aecc97b69d540b01347dd4d2698ffc42021ea | |
parent | 51cef13c23aa186967ca85bbc4150b069eb3909e (diff) | |
download | tmwa-0479086da35d9217f16e986cb164cd3270c44b4c.tar.gz tmwa-0479086da35d9217f16e986cb164cd3270c44b4c.tar.bz2 tmwa-0479086da35d9217f16e986cb164cd3270c44b4c.tar.xz tmwa-0479086da35d9217f16e986cb164cd3270c44b4c.zip |
Fix Ubuntu18.04 locales?
-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 7f477bc..222a7d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ variables: &base_vars .prerequisites: &prerequisites before_script: - uname -a + # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. + - update-locale LANG=en_US.UTF-8 - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES - apt-cache search python3 |