mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Install bindgen-cli in CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user