We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f4336 commit 3a19bf2Copy full SHA for 3a19bf2
.github/workflows/linux.yml
@@ -78,6 +78,7 @@ jobs:
78
run: |
79
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
80
sudo dnf downgrade -y mesa* --refresh
81
+ sudo dnf install -y glibc-locale-source glibc-langpack-en
82
export LANG=en_US.UTF-8
83
sudo localedef --verbose --force -i en_US -f UTF-8 en_US.UTF-8
84
sudo -H pip install -r requirements-dev.txt
0 commit comments