We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f603e29 commit adb3e29Copy full SHA for adb3e29
1 file changed
.github/workflows/coreaudio-sys.yml
@@ -22,7 +22,7 @@ jobs:
22
run: cargo test --all-features --verbose
23
24
- name: add ios targets
25
- run: rustup add aarch64-apple-ios x86_64-apple-ios
+ run: rustup target add aarch64-apple-ios x86_64-apple-ios
26
- name: Build ios targets
27
run: for i in aarch64-apple-ios x86_64-apple-ios; do cargo build --verbose --target=$i; done; fi
28
0 commit comments