From 4488ac3e73f819122844ccb9e98c1e12d81c66b5 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 12 Aug 2025 09:11:54 -0600 Subject: [PATCH] Install bindgen-cli in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9af92a0..c07e33f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: | 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 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 run: |