Skip to content

Commit 7c54987

Browse files
authored
Merge pull request #84 from RustAudio/mike-fix-ios-ci
Fix iOS CI
2 parents b3e605f + 57bf235 commit 7c54987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coreaudio-rs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install cargo lipo
4040
run: cargo install cargo-lipo
4141
- name: Build iphonesimulator feedback example
42-
run: cd examples/ios && xcodebuild -scheme coreaudio-ios-example -configuration Debug -derivedDataPath build -sdk iphonesimulator
42+
run: cd examples/ios && xcodebuild ONLY_ACTIVE_ARCH=NO ARCHS=x86_64 -scheme coreaudio-ios-example -configuration Debug -derivedDataPath build -sdk iphonesimulator
4343

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

0 commit comments

Comments
 (0)