Skip to content

Commit 61c952a

Browse files
authored
Fix failing debug statements
1 parent ecc54e1 commit 61c952a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install wine
2525
run: |
2626
sudo apt install wine64
27-
which wine64
28-
which wine
27+
which wine64 || true
28+
which wine || true
2929
3030
- name: Install dependencies
3131
run: yarn install

0 commit comments

Comments
 (0)