We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b6483 commit 25f98e0Copy full SHA for 25f98e0
.github/workflows/linux.yml
@@ -77,7 +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
+ sudo dnf downgrade -y mesa* --refresh
81
sudo -H pip install -r requirements-dev.txt
82
- name: Run tests
83
0 commit comments