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: |