mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
rustup install CI targets
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -26,6 +26,12 @@ jobs:
|
||||
key: macos-cargo-${{ hashFiles('**/Cargo.lock', 'justfile') }}
|
||||
restore-keys: macos-cargo-
|
||||
|
||||
- name: Install rustup targets
|
||||
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
|
||||
|
||||
- name: Build all Apple targets and examples/tools
|
||||
run: |
|
||||
just macos-ci-check
|
||||
|
||||
Reference in New Issue
Block a user