We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b1998 commit 612b72eCopy full SHA for 612b72e
1 file changed
.github/workflows/build-workflow.yml
@@ -21,7 +21,11 @@ jobs:
21
java-version: 1.8
22
23
- name: Install Wine
24
- run: sudo apt update && sudo apt install wine64
+ run: |
25
+ sudo apt update
26
+ sudo apt install wine64
27
+ sudo ln -s $(which wine) /usr/local/bin/wine64
28
+ wine64 --version
29
30
- name: Install node-prune
31
run: curl -sf https://gobinaries.com/tj/node-prune | sh
0 commit comments