We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64163e9 commit cf90f2fCopy full SHA for cf90f2f
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
# Prevent `No usable sandbox!` error on Ubuntu. See:
34
# https://github.com/puppeteer/puppeteer/issues/13595
35
- name: Disable AppArmor
36
- if: ${{ matrix.os == ubuntu-latest }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
37
run:
38
echo 0 | sudo tee
39
/proc/sys/kernel/apparmor_restrict_unprivileged_userns
0 commit comments