Update rustup command for iOS

This commit is contained in:
Luke Street
2026-04-14 19:21:13 -06:00
parent ada67f1be1
commit bf83f40ec5
+3 -1
View File
@@ -106,7 +106,9 @@ jobs:
- name: Install Rust iOS target
if: matrix.platform == 'ios'
run: rustup target add aarch64-apple-ios
run: |
rustup toolchain install stable
rustup target add aarch64-apple-ios
- name: Install Rust tvOS target
if: matrix.platform == 'tvos'