Use global process

This commit is contained in:
dcvz 2023-11-07 11:18:55 +01:00
parent 920bcc320b
commit 5ce8e880a5
3 changed files with 0 additions and 3 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -75,9 +75,6 @@ class SetupMac {
private static getArchitectureParameters(): string[] {
const architectureArgument = [];
// @ts-ignore
const process = require('process');
switch (process.arch) {
case 'x64':
architectureArgument.push('--architecture', 'x86_64');