Skip to content

Commit 66b6483

Browse files
Update linux.yml
Workaround for bug in Mesa
1 parent 1496a6d commit 66b6483

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
@@ -77,6 +77,7 @@ jobs:
7777
- name: Setup environment
7878
run: |
7979
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
80+
sudo dnf downgrade mesa* --refresh
8081
sudo -H pip install -r requirements-dev.txt
8182
- name: Run tests
8283
run: |

0 commit comments

Comments
 (0)