Skip to content

Commit ce113e5

Browse files
yamitzkyclaude
andcommitted
fix: pin bun-version to latest in binary build workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6a4d638 commit ce113e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/binary.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: oven-sh/setup-bun@v2
32+
with:
33+
bun-version: latest
3234
- run: bun install --frozen-lockfile
3335
- name: Build binary
3436
run: bun build --compile --minify --sourcemap --bytecode --target ${{ matrix.target }} ./src/index.ts --outfile ${{ matrix.artifact }}

0 commit comments

Comments
 (0)