rustup install CI targets

This commit is contained in:
Jackson Coxson
2025-08-12 08:35:45 -06:00
parent 70fd0648f5
commit 1f0b3bae00

View File

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