Skip to content

Commit

Permalink
CI: symlink wine64
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Oct 2, 2024
1 parent c02db50 commit a326686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
# https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
if: matrix.os == 'ubuntu-latest'
- run: sudo apt update && sudo apt install -y wine64
- run: sudo apt update && sudo apt install -y wine64 && sudo ln -sf /usr/bin/wine /usr/bin/wine64
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18'
- run: wine --version
- run: wine64 --version
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18'
- run: sudo add-apt-repository ppa:git-core/ppa -y && sudo apt-get update -q && sudo apt-get install -y git
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '*'
Expand Down

0 comments on commit a326686

Please sign in to comment.