We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08621e8 commit 18d5ed4Copy full SHA for 18d5ed4
.github/workflows/swift.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Build
20
- run: xcodebuild -scheme AudioKit -destination "platform=iOS Simulator,name=iPhone 14"
+ run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 14"
21
- name: Run tests
22
- run: xcodebuild -scheme AudioKit -destination "platform=iOS Simulator,name=iPhone 14" test
+ run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 14" test
0 commit comments