mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-13 18:57:56 +08:00
[chore]: run earthly +compile
This commit is contained in:
parent
00f88e41e2
commit
7bc67ec983
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@ -68324,7 +68324,8 @@ function run() {
|
||||
throw new Error(`Unsupported operating system - ${pkgName} is only released for ${Object.keys(nodePlatformToReleasePlatform).join(", ")}`);
|
||||
}
|
||||
const releasePlatform = nodePlatformToReleasePlatform[runnerPlatform];
|
||||
const releaseArch = nodeArchToReleaseArch[os.arch()];
|
||||
const osArch = os.arch();
|
||||
const releaseArch = nodeArchToReleaseArch[os.arch()] || osArch;
|
||||
const range = core.getInput("version");
|
||||
core.info(`Configured range: ${range}`);
|
||||
const version = yield (0, get_version_1.getVersionObject)(range);
|
||||
|
2
dist/setup/index.js.map
vendored
2
dist/setup/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user