Skip to content

Commit 6b3bebb

Browse files
committed
chore: workaround for Chrome sandbox in Ubuntu 24.04
1 parent 48c75af commit 6b3bebb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/verify-browser.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
# TODO: remove when GitHub fixes this https://github.com/actions/runner-images/issues/10015
18+
# (this workaround is practically the same what Playwright did in https://github.com/microsoft/playwright/pull/34238/files)
19+
- name: Workaround for Chrome sandbox issue in Ubuntu 24.04
20+
run: |
21+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
22+
1723
- name: Setup Node 20
1824
uses: actions/setup-node@v4
1925
env:

0 commit comments

Comments
 (0)