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 fff8697 commit c4a5acdCopy full SHA for c4a5acd
.github/workflows/build.yml
@@ -64,6 +64,7 @@ jobs:
64
with:
65
node-version-file: '.nvmrc'
66
cache: 'pnpm'
67
+ - run: sudo sysctl kernel.unprivileged_userns_clone=1 # See https://github.com/electron/electron/issues/17972#issuecomment-486927073
68
- run: pnpm install
69
- run: pnpm build
70
- run: pnpm prepare:remove-source-maps
.github/workflows/publish.yml
@@ -77,6 +77,7 @@ jobs:
77
78
79
80
81
82
83
env:
0 commit comments