mirror of
https://github.com/actions/setup-python.git
synced 2025-04-20 03:53:30 +00:00
Fix message
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
94907dc416
commit
9aa437bb40
@ -83,7 +83,7 @@ async function useCpythonVersion(
|
|||||||
architecture
|
architecture
|
||||||
);
|
);
|
||||||
if (!installDir) {
|
if (!installDir) {
|
||||||
core.info(`Version ${semanticVersionSpec} is not found in local cache`);
|
core.info(`Version ${semanticVersionSpec} was not found in the local cache`);
|
||||||
const foundRelease = await installer.findReleaseFromManifest(
|
const foundRelease = await installer.findReleaseFromManifest(
|
||||||
semanticVersionSpec,
|
semanticVersionSpec,
|
||||||
architecture
|
architecture
|
||||||
|
Loading…
Reference in New Issue
Block a user