We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0031317 commit 9e76fd7Copy full SHA for 9e76fd7
.github/workflows/ci.yml
@@ -16,6 +16,12 @@ jobs:
16
- name: Test build module (linux-x64)
17
run: npm i && file bin/linux-x64/capnp.node
18
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
+
25
- name: Run tests
26
run: npm test
27
0 commit comments