Skip to content

Commit c4a5acd

Browse files
committed
fix linux permissions
Signed-off-by: Adam Setch <[email protected]>
1 parent fff8697 commit c4a5acd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
with:
6565
node-version-file: '.nvmrc'
6666
cache: 'pnpm'
67+
- run: sudo sysctl kernel.unprivileged_userns_clone=1 # See https://github.com/electron/electron/issues/17972#issuecomment-486927073
6768
- run: pnpm install
6869
- run: pnpm build
6970
- run: pnpm prepare:remove-source-maps

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
node-version-file: '.nvmrc'
7979
cache: 'pnpm'
80+
- run: sudo sysctl kernel.unprivileged_userns_clone=1 # See https://github.com/electron/electron/issues/17972#issuecomment-486927073
8081
- run: pnpm install
8182
- run: pnpm build
8283
env:

0 commit comments

Comments
 (0)