File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 : sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
21+
1722 - name : Setup Node 20
1823 uses : actions/setup-node@v4
1924 env :
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v4
2424
25+ # TODO: remove when GitHub fixes this https://github.com/actions/runner-images/issues/10015
26+ # (this workaround is practically the same what Playwright did in https://github.com/microsoft/playwright/pull/34238/files)
27+ - name : Workaround for Chrome sandbox issue in Ubuntu 24.04
28+ run : sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
29+
2530 - name : Setup Node ${{ matrix.node-version }}
2631 uses : actions/setup-node@v4
2732 env :
You can’t perform that action at this time.
0 commit comments