feat: canary support

This commit is contained in:
xHyroM 2022-07-25 22:31:43 +02:00
parent a0f9c413e5
commit 37397a08ec
4 changed files with 5 additions and 7 deletions

View file

@ -21,11 +21,10 @@ Set up your GitHub Actions workflow with a specific version of Bun.
bun-version: "0.1.3"
```
### Test builds
### Canary builds
```yaml
- uses: xhyrom/setup-bun@v0.1.3
with:
bun-version: latest
misc-test-builds: true
bun-version: canary
```