Skip to content

Commit 3a19bf2

Browse files
Update linux.yml
install lang-en in Fedora
1 parent 87f4336 commit 3a19bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
run: |
7979
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
8080
sudo dnf downgrade -y mesa* --refresh
81+
sudo dnf install -y glibc-locale-source glibc-langpack-en
8182
export LANG=en_US.UTF-8
8283
sudo localedef --verbose --force -i en_US -f UTF-8 en_US.UTF-8
8384
sudo -H pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)