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 8264709 commit 270c9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61344,6 +61344,7 @@ function getInfoFromManifest(versionSpec, stable, auth, osArch = translateArchTo
if (!manifest) {
core.debug('No manifest cached');
manifest = yield getManifest(auth);
console.log(manifest, "LOOK HERE 2");
}
const rel = yield tc.findFromManifest(versionSpec, stable, manifest, osArch);
if (rel && rel.files.length > 0) {
Expand Down

0 comments on commit 270c9a0

Please sign in to comment.