Skip to content

Commit 270c9a0

Browse files
committed
[TEST]
1 parent 8264709 commit 270c9a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/setup/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61344,6 +61344,7 @@ function getInfoFromManifest(versionSpec, stable, auth, osArch = translateArchTo
6134461344
if (!manifest) {
6134561345
core.debug('No manifest cached');
6134661346
manifest = yield getManifest(auth);
61347+
console.log(manifest, "LOOK HERE 2");
6134761348
}
6134861349
const rel = yield tc.findFromManifest(versionSpec, stable, manifest, osArch);
6134961350
if (rel && rel.files.length > 0) {

0 commit comments

Comments
 (0)