Skip to content

Commit edb8672

Browse files
akoclaude
andcommitted
fix: add bun setup to nightly workflow for vscode-ext build
The nightly job runs `make release` which depends on `vscode-ext`, requiring bun. Added `oven-sh/setup-bun@v2` step matching the release workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d7620f commit edb8672

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
with:
5050
go-version: '1.26'
5151

52+
- uses: oven-sh/setup-bun@v2
53+
5254
- name: Check for new commits since last nightly
5355
id: check
5456
run: |

0 commit comments

Comments
 (0)