We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35af6b8 commit 4272cd0Copy full SHA for 4272cd0
.github/workflows/build-workflow.yml
@@ -17,12 +17,9 @@ jobs:
17
18
- name: Install Wine
19
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
+ sudo apt update && sudo apt upgrade
24
sudo apt install wine64
25
- wine64 --version
+ wine --version
26
27
- name: Install node-prune
28
run: curl -sf https://gobinaries.com/tj/node-prune | sh
0 commit comments