diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ecc35..d8b600b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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