CI: install locale for CentOS

This commit is contained in:
Sarah Hoffmann 2021-09-19 13:49:11 +02:00
parent 56124546a6
commit c335025167

View File

@ -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'