diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbfd37d..a640149 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,10 +18,12 @@ variables: &base_vars - cat /etc/default/locale - echo "environment:" - cat /etc/environment - #- echo 'LANG=en_US.UTF-8' > /etc/default/locale + - echo "locale.gen:" + - cat /etc/locale.gen + - echo 'LANG=en_US.UTF-8 UTF-8' > /etc/locale.gen + - locale-gen - update-locale LANG=en_US.UTF-8 - locale - #- locale-gen #- locale - apt-cache search python3 |