Skip to content

Commit 4d1df5a

Browse files
Update linux.yml
Attempt to fix broken locale
1 parent 25f98e0 commit 4d1df5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ 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+
locale -a
82+
export LC_ALL=C
8183
sudo -H pip install -r requirements-dev.txt
8284
- name: Run tests
8385
run: |

0 commit comments

Comments
 (0)