From c33502516798be08f5f61fc015963168855ccfef Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 19 Sep 2021 13:49:11 +0200 Subject: [PATCH] CI: install locale for CentOS --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5