mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
CI: install locale for CentOS
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -185,7 +185,7 @@ jobs:
|
|||||||
- name: Prepare container (CentOS)
|
- name: Prepare container (CentOS)
|
||||||
run: |
|
run: |
|
||||||
dnf update -y
|
dnf update -y
|
||||||
dnf install -y sudo
|
dnf install -y sudo glibc-langpack-en
|
||||||
shell: bash
|
shell: bash
|
||||||
if: matrix.flavour == 'centos'
|
if: matrix.flavour == 'centos'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user