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 bad3e04 commit 470323bCopy full SHA for 470323b
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Tests (ASAN)
25
run: |
26
set -euo pipefail
27
- xcodebuild -destination 'platform=OS X,arch=x86_64' -scheme AudioKit -enableAddressSanitizer YES test
+ xcodebuild -destination 'platform=OS X,arch=x86_64' -scheme AudioKitEX -enableAddressSanitizer YES test
28
29
# Generate Wiki docs on release
30
docs:
0 commit comments