mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 20:48:29 +02:00
fix: add path
This commit is contained in:
parent
19350f2b4f
commit
8251de54ce
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default async(release: 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue