mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 07:40:14 +02:00
fix: dont fail
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ const main = async() => {
|
||||
|
||||
info(`Going to install release ${release.version}`);
|
||||
|
||||
await install(release, miscTestBuilds);
|
||||
await install(release);
|
||||
|
||||
setOutput('bun-version', release.tag_name);
|
||||
} catch(e) {
|
||||
|
||||
Reference in New Issue
Block a user