1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-05 11:36:10 +08:00

chore: build

This commit is contained in:
xHyroM 2022-07-12 09:10:45 +02:00
parent 8251de54ce
commit c8d57cdc66

@ -10,7 +10,7 @@ export default async (release) => {
const cache = find('bun', release.version) || await restoreCache([path], `bun-${process.platform}-${asset.name}`);
if (cache) {
info(`Using cached Bun installation from ${cache}.`);
addPath(cache);
addPath(path);
return;
}
info(`Downloading Bun from ${asset.asset.browser_download_url}.`);