Skip to content

Commit e38d7db

Browse files
authored
More debugging to find why wine64 not recognized
1 parent 776ab02 commit e38d7db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: |
2626
sudo apt install wine64
2727
sudo ln -sf /usr/bin/wine64 /usr/bin/wine
28+
which wine || true
29+
which wine64 || true
2830
2931
- name: Install dependencies
3032
run: yarn install

0 commit comments

Comments
 (0)