Skip to content

Commit 5adcf71

Browse files
committed
CI: install en_US.UTF-8 locale in container
1 parent fd265e0 commit 5adcf71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838

39+
# Generate missing locales in the container. Programs are executed with
40+
# en_US.UTF-8 locale, this locale must be defined in the container in
41+
# order to be restored by Rift without errors when manipulating dates.
42+
- name: Install locales
43+
run: |
44+
dnf install -y glibc-locale-source glibc-langpack-en
45+
localedef -i en_US -f UTF-8 en_US.UTF-8
46+
3947
# Mount binfmt_misc virtual FS to register support of additional binary
4048
# formats for multi-arch builds.
4149
- name: Mount binfmt_misc virtual filesystem

0 commit comments

Comments
 (0)