Skip to content

Commit 776ab02

Browse files
authored
Use sudo permissions when creating symlink
1 parent 920d3a8 commit 776ab02

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-
ln -sf /usr/bin/wine64 /usr/bin/wine
27+
sudo ln -sf /usr/bin/wine64 /usr/bin/wine
2828
2929
- name: Install dependencies
3030
run: yarn install

0 commit comments

Comments
 (0)