Skip to content

Commit 0a8301b

Browse files
Boshenclaude
andcommitted
ci: install cargo-zigbuild in clippy job
The musl linker wrapper for the fspy_test_bin bindep invokes cargo-zigbuild, so it must be available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1ee35dd commit 0a8301b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
components: clippy
5858

5959
- run: rustup target add x86_64-unknown-linux-musl
60+
- run: pip install cargo-zigbuild
6061

6162
# --locked: verify Cargo.lock is up to date (replaces the removed `cargo check --locked`)
6263
- run: cargo clippy --locked --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)