Check main scheme for destinations
This commit is contained in:
parent
bb6901b9c7
commit
ff769a6829
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue