Skip to content

Commit 8fe8a77

Browse files
committed
[CI] fix wine installation
1 parent 4411fed commit 8fe8a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
sudo sh -c "curl https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor > /etc/apt/trusted.gpg.d/winehq.gpg"
106106
sudo sh -c "apt-add-repository \"https://dl.winehq.org/wine-builds/ubuntu\""
107107
sudo apt update
108-
sudo apt install --install-recommends winehq-stable
108+
sudo apt install -y --install-recommends winehq-staging
109109
110110
- name: Test with pytest
111111
run: |

0 commit comments

Comments
 (0)