We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c761b commit 0212203Copy full SHA for 0212203
1 file changed
src/index.ts
@@ -76,6 +76,9 @@ async function installGitHubReleaseBinary(
76
].join("-");
77
const restoreCache = await cache.restoreCache(cachePaths, cacheKey);
78
79
+ // DEBUG:
80
+ console.log({ restoreCache });
81
+
82
// If unable to restore from the cache, download the binary from GitHub
83
if (restoreCache === undefined) {
84
const releaseAsset = await fetchReleaseAssetMetadataFromTag(
0 commit comments