Skip to content

Commit c538fb1

Browse files
committed
fix(ci): upgrade Bun from 1.1.8 to 1.3.0 to fix compile bug
1 parent ee13851 commit c538fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v1
3131
with:
32-
bun-version: 1.1.8
32+
bun-version: 1.3.0
3333

3434
- name: Install dependencies
3535
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)