We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321ec29 commit b8ac2b4Copy full SHA for b8ac2b4
.github/workflows/ci.yml
@@ -27,9 +27,9 @@ jobs:
27
# https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
28
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
29
if: matrix.os == 'ubuntu-latest'
30
- - run: sudo apt update && sudo apt install -y wine64
+ - run: sudo apt update && sudo apt install -y wine64 && ln -sf /usr/bin/wine64 /usr/bin/wine
31
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18'
32
- - run: wine --version
+ - run: wine64 --version
33
34
- run: sudo add-apt-repository ppa:git-core/ppa -y && sudo apt-get update -q && sudo apt-get install -y git
35
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '*'
0 commit comments