We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc5417 commit 7096661Copy full SHA for 7096661
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: install wine
18
id: wine_install
19
run: |
20
+ sudo apt update
21
sudo apt install wine64
22
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
23
0 commit comments