Skip to content

Commit d4912ba

Browse files
committed
Workflow attempted fix 5
1 parent 4272cd0 commit d4912ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
run: |
2020
sudo apt update && sudo apt upgrade
2121
sudo apt install wine64
22-
wine --version
22+
mv ~/.wine ~/.wine64 && WINEARCH=win32 wineboot
23+
wine64 --version
2324
2425
- name: Install node-prune
2526
run: curl -sf https://gobinaries.com/tj/node-prune | sh

0 commit comments

Comments
 (0)