Skip to content

Commit 9e76fd7

Browse files
committed
Fix apparmor interference
1 parent 0031317 commit 9e76fd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Test build module (linux-x64)
1717
run: npm i && file bin/linux-x64/capnp.node
1818

19+
# See https://github.com/electron/electron/issues/42510
20+
- name: Configure electron SUID sandbox helper
21+
run: |
22+
sudo chown root: ./node_modules/electron/dist/chrome-sandbox
23+
sudo chmod 4755 ./node_modules/electron/dist/chrome-sandbox
24+
1925
- name: Run tests
2026
run: npm test
2127

0 commit comments

Comments
 (0)