We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb3e29 commit ff8b3feCopy full SHA for ff8b3fe
1 file changed
.github/workflows/coreaudio-sys.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: add ios targets
25
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
+ run: for i in aarch64-apple-ios x86_64-apple-ios; do cargo build --verbose --target=$i; done
28
29
# Build the docs with all features to make sure docs.rs will work.
30
macos-docs:
0 commit comments