mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
Use --immutable-cache to allow native module builds
This commit is contained in:
@@ -22,4 +22,4 @@ runs:
|
|||||||
if [ "$TARGET_ARCH" = "x86" ]; then
|
if [ "$TARGET_ARCH" = "x86" ]; then
|
||||||
export npm_config_arch="ia32"
|
export npm_config_arch="ia32"
|
||||||
fi
|
fi
|
||||||
node script/yarn.js install --immutable
|
node script/yarn.js install --immutable-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user