chore: revert unrelated change
This commit is contained in:
parent
c7dcf0a98b
commit
00213a6590
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user