diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 21:11:04 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 21:11:04 +0100 |
commit | 90729e374906ec914a9d030c6cce1feca718e0b7 (patch) | |
tree | cc34de90be0e5aa7d570e2714055b415d10cd3a6 | |
parent | 0479086da35d9217f16e986cb164cd3270c44b4c (diff) | |
download | tmwa-90729e374906ec914a9d030c6cce1feca718e0b7.tar.gz tmwa-90729e374906ec914a9d030c6cce1feca718e0b7.tar.bz2 tmwa-90729e374906ec914a9d030c6cce1feca718e0b7.tar.xz tmwa-90729e374906ec914a9d030c6cce1feca718e0b7.zip |
Where is update-locale?
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 222a7d0..778e395 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,10 +10,11 @@ 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 + - locale + # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. + - update-locale LANG=en_US.UTF-8 - apt-cache search python3 - locale |