We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1496a6d commit 66b6483Copy full SHA for 66b6483
.github/workflows/linux.yml
@@ -77,6 +77,7 @@ jobs:
77
- name: Setup environment
78
run: |
79
sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
80
+ sudo dnf downgrade mesa* --refresh
81
sudo -H pip install -r requirements-dev.txt
82
- name: Run tests
83
0 commit comments