Skip to content

Commit

Permalink
fix(ci): disable AppArmor restrictions on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuigo committed Jan 7, 2025
1 parent ee97975 commit a6ceb73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
deno-version: v2.x

- name: Disable AppArmor
if: ${{ matrix.os == 'ubuntu-latest' }}
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns

- name: check format
if: matrix.os == 'ubuntu-latest'
run: deno fmt --check
Expand Down

0 comments on commit a6ceb73

Please sign in to comment.