Skip to content

Commit 0be8e81

Browse files
committed
👷 chore: fix ci workflow
1 parent 4538f51 commit 0be8e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Bun v1.3.3
3030
if: steps.bun-cache.outputs.cache-hit != 'true'
3131
run: |
32-
curl -fsSL https://bun.sh/install | bash -s -- --version 1.3.3
32+
curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.16"
3333
- name: Add bun to PATH
3434
run: echo "$HOME/.bun/bin" >> $GITHUB_PATH
3535

0 commit comments

Comments
 (0)