mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-20 23:30:14 +02:00
fix: path
This commit is contained in:
@@ -29,6 +29,7 @@ export default async(release: Release) => {
|
||||
info(`Cached Bun to ${newCache}.`);
|
||||
addPath(newCache);
|
||||
|
||||
const bunPath = join(getHomeDir(), ".bun", "bin");
|
||||
info(extracted);
|
||||
const bunPath = join(extracted);
|
||||
addPath(bunPath);
|
||||
}
|
||||
Reference in New Issue
Block a user