From: Sarah Hoffmann Date: Sun, 19 Sep 2021 11:49:11 +0000 (+0200) Subject: CI: install locale for CentOS X-Git-Tag: v4.0.0~29^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c33502516798be08f5f61fc015963168855ccfef?ds=inline CI: install locale for CentOS --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index bac20d98..b70ea80f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -185,7 +185,7 @@ jobs: - name: Prepare container (CentOS) run: | dnf update -y - dnf install -y sudo + dnf install -y sudo glibc-langpack-en shell: bash if: matrix.flavour == 'centos'