mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
Regenerate the dist folder
This commit is contained in:
parent
d9a075e99b
commit
1d95b404f2
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -66379,7 +66379,7 @@ function useCpythonVersion(version, architecture, updateEnvironment, checkLatest
|
|||||||
if (!installDir) {
|
if (!installDir) {
|
||||||
const osInfo = yield utils_1.getOSInfo();
|
const osInfo = yield utils_1.getOSInfo();
|
||||||
throw new Error([
|
throw new Error([
|
||||||
`Version ${version} with arch ${architecture} not found for ${osInfo}`,
|
`The version '${version}' with architecture '${architecture}' was not found for ${osInfo ? osInfo : 'this operating system'}.`,
|
||||||
`The list of all available versions can be found here: ${installer.MANIFEST_URL}`
|
`The list of all available versions can be found here: ${installer.MANIFEST_URL}`
|
||||||
].join(os.EOL));
|
].join(os.EOL));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user