Skip to content

Commit adb3e29

Browse files
committed
2nd try on CI
1 parent f603e29 commit adb3e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coreaudio-sys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: cargo test --all-features --verbose
2323

2424
- name: add ios targets
25-
run: rustup add aarch64-apple-ios x86_64-apple-ios
25+
run: rustup target add aarch64-apple-ios x86_64-apple-ios
2626
- name: Build ios targets
2727
run: for i in aarch64-apple-ios x86_64-apple-ios; do cargo build --verbose --target=$i; done; fi
2828

0 commit comments

Comments
 (0)