mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
Update index.js file
This commit is contained in:
parent
9aa437bb40
commit
dc9da98c5a
2 changed files with 4 additions and 2 deletions
|
@ -83,7 +83,9 @@ async function useCpythonVersion(
|
|||
architecture
|
||||
);
|
||||
if (!installDir) {
|
||||
core.info(`Version ${semanticVersionSpec} was not found in the local cache`);
|
||||
core.info(
|
||||
`Version ${semanticVersionSpec} was not found in the local cache`
|
||||
);
|
||||
const foundRelease = await installer.findReleaseFromManifest(
|
||||
semanticVersionSpec,
|
||||
architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue