Skip to content

Commit

Permalink
fix: Set CHROME_DEVEL_SANDBOX
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 20, 2025
1 parent 20d1c93 commit e9b3037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHROME_DEVEL_SANDBOX: /opt/google/chrome/chrome-sandbox # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
steps:
- name: Check out source code
uses: actions/checkout@v4
Expand Down

0 comments on commit e9b3037

Please sign in to comment.