File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
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
+
17
22
- name : Setup Node 20
18
23
uses : actions/setup-node@v4
19
24
env :
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
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
+
25
30
- name : Setup Node ${{ matrix.node-version }}
26
31
uses : actions/setup-node@v4
27
32
env :
You can’t perform that action at this time.
0 commit comments