Skip to content

Commit fe54c79

Browse files
authored
CI: disable AppArmor (#439)
1 parent d7b18fe commit fe54c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
node-version: ${{ env.NODE }}
3131
cache: npm
3232

33+
- name: Disable AppArmor
34+
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
35+
3336
- name: Install dependencies
3437
run: npm ci
3538

0 commit comments

Comments
 (0)