Commit 80a6ef8 1 parent df7a900 commit 80a6ef8 Copy full SHA for 80a6ef8
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 78
78
run : |
79
79
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
80
80
sudo dnf downgrade -y mesa* --refresh
81
- sudo dnf install -y glibc-locale-source
82
- export LANG=en_US.UTF-8
83
- sudo localedef --verbose --force - i en_US -f UTF-8 en_US.UTF-8
81
+ sudo dnf install -y glibc-locale-source glibc-langpack-en
82
+ export LC_ALL=C
83
+ sudo localedef -i en_US -f UTF-8 en_US.UTF-8
84
84
sudo -H pip install -r requirements-dev.txt
85
85
- name : Run tests
86
86
run : |
@@ -118,7 +118,11 @@ jobs:
118
118
invoke test-ci
119
119
pip install .
120
120
which ride.py
121
+ export LC_ALL=C
121
122
export LANG=en_US.utf8
123
+ echo "$LANG UTF-8" >> /etc/locale.gen
124
+ sudo locale-gen
125
+ sudo update-locale --reset LANG=$LANG
122
126
xvfb-run --server-args="-screen 0, 1280x720x24" -a ride.py &
123
127
sleep 10
124
128
killall xvfb-run
You can’t perform that action at this time.
0 commit comments