Skip to content

Commit 5283f35

Browse files
committed
[Update] build-win32.yml
1 parent 115a244 commit 5283f35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-win32.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-latest ]
10+
os: [ ubuntu-18.04 ]
1111

1212
steps:
1313
- name: Check out Git repository
@@ -29,9 +29,9 @@ jobs:
2929
- name: Install Wine
3030
run: |
3131
sudo dpkg --add-architecture i386
32-
wget -nc https://dl.winehq.org/wine-builds/winehq.key
33-
sudo apt-key add winehq.key
34-
sudo apt update
32+
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
33+
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
34+
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main"
3535
sudo apt install --install-recommends winehq-stable
3636
3737
- name: Install Dependencies

0 commit comments

Comments
 (0)