Skip to content

Commit

Permalink
[TEST]
Browse files Browse the repository at this point in the history
  • Loading branch information
panticmilos committed Apr 4, 2022
1 parent e8dfec5 commit 8264709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ async function getInfoFromManifest(
if (!manifest) {
core.debug('No manifest cached');
manifest = await getManifest(auth);
console.log(manifest, "LOOK HERE 2");
}

const rel = await tc.findFromManifest(versionSpec, stable, manifest, osArch);
Expand Down

0 comments on commit 8264709

Please sign in to comment.