Skip to content

Commit 612b72e

Browse files
committed
Fix workflow
1 parent 39b1998 commit 612b72e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
java-version: 1.8
2222

2323
- name: Install Wine
24-
run: sudo apt update && sudo apt install wine64
24+
run: |
25+
sudo apt update
26+
sudo apt install wine64
27+
sudo ln -s $(which wine) /usr/local/bin/wine64
28+
wine64 --version
2529
2630
- name: Install node-prune
2731
run: curl -sf https://gobinaries.com/tj/node-prune | sh

0 commit comments

Comments
 (0)