Skip to content

Commit ff8b3fe

Browse files
committed
3rd try on CI
1 parent adb3e29 commit ff8b3fe

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: add ios targets
2525
run: rustup target add aarch64-apple-ios x86_64-apple-ios
2626
- name: Build ios targets
27-
run: for i in aarch64-apple-ios x86_64-apple-ios; do cargo build --verbose --target=$i; done; fi
27+
run: for i in aarch64-apple-ios x86_64-apple-ios; do cargo build --verbose --target=$i; done
2828

2929
# Build the docs with all features to make sure docs.rs will work.
3030
macos-docs:

0 commit comments

Comments
 (0)