File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,9 @@ jobs:
102102 - name : Install wine
103103 run : |
104104 sudo dpkg --add-architecture i386
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'
109- sudo apt update
105+ sudo mkdir -pm755 /etc/apt/keyrings
106+ sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
107+ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
110108 sudo apt install -y --install-recommends winehq-stable
111109
112110 - name : Test with pytest
You can’t perform that action at this time.
0 commit comments