Skip to content

Commit 3b15267

Browse files
ndbroadbentclaude
andcommitted
Fix CI: Install tauri-cli before building
The build job was failing because `cargo tauri` requires the Tauri CLI to be installed first. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 86c9ea6 commit 3b15267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
- name: Install dependencies
117117
run: bun install
118118

119+
- name: Install Tauri CLI
120+
run: cargo install tauri-cli --locked
121+
119122
- name: Build Tauri app
120123
run: cargo tauri build
121124
env:

0 commit comments

Comments
 (0)