Skip to content

Commit 25f98e0

Browse files
Update linux.yml
missing -y option
1 parent 66b6483 commit 25f98e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +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
80+
sudo dnf downgrade -y mesa* --refresh
8181
sudo -H pip install -r requirements-dev.txt
8282
- name: Run tests
8383
run: |

0 commit comments

Comments
 (0)