Skip to content

Commit 6b4015f

Browse files
ci: fix failure
1 parent 57acfd7 commit 6b4015f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
2020
cache: npm
2121

22+
# Fix for https://github.com/puppeteer/puppeteer/issues/13595
23+
- name: Disable AppArmor
24+
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
25+
2226
- run: 'npm ci'
2327

2428
- run: 'npm run build:lib'

0 commit comments

Comments
 (0)