Check main scheme for destinations

This commit is contained in:
Maurice Parker 2019-10-12 08:02:32 -05:00
parent bb6901b9c7
commit ff769a6829
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
run: xcodebuild -showsdks
- name: Show Available Destinations
run: xcodebuild -scheme NetNewsWire-iOS -showdestinations
run: xcodebuild -scheme ${ matrix.run-config['scheme'] } -showdestinations
- name: Run Build
env: