Install bindgen-cli in CI

This commit is contained in:
Jackson Coxson
2025-08-12 09:11:54 -06:00
parent 59f8058d3d
commit 4488ac3e73

View File

@@ -30,7 +30,7 @@ jobs:
run: | run: |
rustup target add aarch64-apple-ios && rustup target add x86_64-apple-ios && \ rustup target add aarch64-apple-ios && rustup target add x86_64-apple-ios && \
rustup target add aarch64-apple-ios-sim && rustup target add aarch64-apple-darwin && \ rustup target add aarch64-apple-ios-sim && rustup target add aarch64-apple-darwin && \
rustup target add x86_64-apple-darwin rustup target add x86_64-apple-darwin && cargo install --force --locked bindgen-cli
- name: Build all Apple targets and examples/tools - name: Build all Apple targets and examples/tools
run: | run: |