Skip to content

Commit 6ef34ab

Browse files
committed
Update README.md
1 parent f4d14e0 commit 6ef34ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
2828
run: bun install --frozen-lockfile
2929
```
3030

31+
### Override download url
32+
33+
If you need to override the download URL, you can use the `bun-download-url` input.
34+
35+
```yaml
36+
- uses: oven-sh/setup-bun
37+
with:
38+
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip"
39+
```
40+
3141
### Node.js not needed
3242

3343
In most cases, you shouldn't need to use the [setup-node](https://github.com/actions/setup-node) GitHub Action.

0 commit comments

Comments
 (0)