Skip to content

Commit

Permalink
Fix Bun version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Nov 17, 2023
1 parent 8d6b04b commit 203634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.x
bun-version: "1.0"

- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 203634f

Please sign in to comment.