chore: revert unrelated change

This commit is contained in:
Satya Rohith 2021-06-17 21:33:06 +05:30 committed by GitHub
parent c7dcf0a98b
commit 00213a6590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ async function install(version) {
"deno",
version.isCanary ? `0.0.0-${version.version}` : version.version,
);
core.addPath(newCachedPath);
core.info(`Cached Deno to ${newCachedPath}.`);
core.addPath(newCachedPath);
const denoInstallRoot = process.env.DENO_INSTALL_ROOT ||
path.join(os.homedir(), ".deno", "bin");
core.addPath(denoInstallRoot);