Skip to content

Commit b8ac2b4

Browse files
committed
CI: symlink wine64
electron/packager#1515
1 parent 321ec29 commit b8ac2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
# https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
2828
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
2929
if: matrix.os == 'ubuntu-latest'
30-
- run: sudo apt update && sudo apt install -y wine64
30+
- run: sudo apt update && sudo apt install -y wine64 && ln -sf /usr/bin/wine64 /usr/bin/wine
3131
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18'
32-
- run: wine --version
32+
- run: wine64 --version
3333
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18'
3434
- run: sudo add-apt-repository ppa:git-core/ppa -y && sudo apt-get update -q && sudo apt-get install -y git
3535
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '*'

0 commit comments

Comments
 (0)