mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Fix message
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
94907dc416
commit
9aa437bb40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue