Skip to content

Commit 62a8662

Browse files
createpjfclaude
andcommitted
fix: add Bun setup to macOS build job for gateway bundling
The beforeBuildCommand in tauri.conf.json uses bun to bundle the gateway code, so the build-macos job needs bun installed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ca8ec48 commit 62a8662

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
with:
6060
version: 10
6161

62+
- name: Setup Bun
63+
uses: oven-sh/setup-bun@v2
64+
6265
- name: Install Rust
6366
uses: dtolnay/rust-toolchain@stable
6467
with:

0 commit comments

Comments
 (0)