Skip to content

Commit 87f4336

Browse files
Update linux.yml
More fixes in locale
1 parent 161746f commit 87f4336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
8080
sudo dnf downgrade -y mesa* --refresh
8181
export LANG=en_US.UTF-8
82-
localedef --verbose --force -i en_US -f UTF-8 en_US.UTF-8
82+
sudo localedef --verbose --force -i en_US -f UTF-8 en_US.UTF-8
8383
sudo -H pip install -r requirements-dev.txt
8484
- name: Run tests
8585
run: |
@@ -109,6 +109,7 @@ jobs:
109109
run: |
110110
sudo apt update -y
111111
sudo apt install -y libsdl1.2debian libsdl2-2.0-0 libnotify4
112+
sudo locale-gen en_US.UTF-8
112113
sudo pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
113114
sudo pip install -r requirements-dev.txt
114115
Xvfb &

0 commit comments

Comments
 (0)