Skip to content

Commit ecc54e1

Browse files
authored
Add debug statements for wine installation
1 parent 325799e commit ecc54e1

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
@@ -24,6 +24,8 @@ jobs:
2424
- name: Install wine
2525
run: |
2626
sudo apt install wine64
27+
which wine64
28+
which wine
2729
2830
- name: Install dependencies
2931
run: yarn install

0 commit comments

Comments
 (0)