File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 77 update :
88 runs-on : ubuntu-latest
99 steps :
10+ # Starting with Ubuntu 23+, a security feature prevents running Puppeteer
11+ # by default. It needs to be disabled. Using the "easiest" option, see:
12+ # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
13+ # https://github.com/puppeteer/puppeteer/pull/13196/files
14+ - name : Disable AppArmor
15+ run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
16+
1017 - name : Checkout repo
1118 uses : actions/checkout@v4
1219
Original file line number Diff line number Diff line change 77 update :
88 runs-on : ubuntu-latest
99 steps :
10+ # Starting with Ubuntu 23+, a security feature prevents running Puppeteer
11+ # by default. It needs to be disabled. Using the "easiest" option, see:
12+ # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
13+ # https://github.com/puppeteer/puppeteer/pull/13196/files
14+ - name : Disable AppArmor
15+ run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
16+
1017 - name : Checkout repo
1118 uses : actions/checkout@v4
1219
You can’t perform that action at this time.
0 commit comments