diff --git a/src/installer.ts b/src/installer.ts index 0062e76fb..fdcfd8198 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -213,7 +213,7 @@ export async function getInfoFromManifest( core.debug('No manifest cached'); manifest = await getManifest(auth); } - + core.info(`matching ${versionSpec}...`); const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);