Skip to content

Commit 0212203

Browse files
committed
fix(debug): print information to debug cache behavior
1 parent c3c761b commit 0212203

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ async function installGitHubReleaseBinary(
7676
].join("-");
7777
const restoreCache = await cache.restoreCache(cachePaths, cacheKey);
7878

79+
// DEBUG:
80+
console.log({ restoreCache });
81+
7982
// If unable to restore from the cache, download the binary from GitHub
8083
if (restoreCache === undefined) {
8184
const releaseAsset = await fetchReleaseAssetMetadataFromTag(

0 commit comments

Comments
 (0)