Skip to content

Commit b59c4fa

Browse files
akoclaude
andcommitted
fix: add bun setup to release workflow
make release depends on vscode-ext which requires bun to build the VS Code extension. The release workflow was missing the bun setup step, causing the Build release binaries step to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 52d8be1 commit b59c4fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-go@v6
1919
with:
2020
go-version: '1.26'
21+
- uses: oven-sh/setup-bun@v2
2122
- name: Build release binaries
2223
run: make release
2324
- name: Create GitHub Release

0 commit comments

Comments
 (0)