Skip to content

Commit 6100881

Browse files
authored
Fix incorrect symbolic link order
1 parent e38d7db commit 6100881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install wine
2525
run: |
2626
sudo apt install wine64
27-
sudo ln -sf /usr/bin/wine64 /usr/bin/wine
27+
sudo ln -sf /usr/bin/wine /usr/bin/wine64
2828
which wine || true
2929
which wine64 || true
3030

0 commit comments

Comments
 (0)