Skip to content

Commit

Permalink
CI: disable apparmor on ubuntu so chrome can run with sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Oct 2, 2024
1 parent dc85031 commit 321ec29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
cache: 'npm'

# linux dependencies
# 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
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18'
- run: wine --version
Expand Down

0 comments on commit 321ec29

Please sign in to comment.