Skip to content

Commit 4272cd0

Browse files
committed
Workflow attempted fix 4
1 parent 35af6b8 commit 4272cd0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-workflow.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
1717

1818
- name: Install Wine
1919
run: |
20-
sudo dpkg --add-architecture i386
21-
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
22-
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
23-
sudo apt update
20+
sudo apt update && sudo apt upgrade
2421
sudo apt install wine64
25-
wine64 --version
22+
wine --version
2623
2724
- name: Install node-prune
2825
run: curl -sf https://gobinaries.com/tj/node-prune | sh

0 commit comments

Comments
 (0)