mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Install apm in 32-bit mode on Windows CI
This commit is contained in:
@@ -57,6 +57,9 @@ function bootstrap() {
|
||||
apmInstallOptions.ignoreStdout = true;
|
||||
}
|
||||
|
||||
if (process.env.JANKY_SHA1 && process.platform === 'win32')
|
||||
apmInstallCommand += ' --arch=ia32';
|
||||
|
||||
var commands = [
|
||||
{
|
||||
command: buildInstallCommand,
|
||||
|
||||
Reference in New Issue
Block a user