File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,12 @@ jobs:
102102 - name : Install wine
103103 run : |
104104 sudo dpkg --add-architecture i386
105- sudo sh -c "curl https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor > /etc/apt/trusted.gpg.d/winehq.gpg"
106- sudo sh -c "apt-add-repository \"https://dl.winehq.org/wine-builds/ubuntu\""
105+ wget -nc https://dl.winehq.org/wine-builds/winehq.key
106+ sudo apt-key add winehq.key
107+ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ impish main'
108+ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/debian/ bookworm main'
107109 sudo apt update
108- sudo apt install -y --install-recommends winehq-staging
110+ sudo apt install -y --install-recommends winehq-stable
109111
110112 - name : Test with pytest
111113 run : |
You can’t perform that action at this time.
0 commit comments