Check main scheme for destinations
This commit is contained in:
parent
ff769a6829
commit
06cbe98916
|
@ -31,7 +31,9 @@ jobs:
|
|||
run: xcodebuild -showsdks
|
||||
|
||||
- name: Show Available Destinations
|
||||
run: xcodebuild -scheme ${ matrix.run-config['scheme'] } -showdestinations
|
||||
env:
|
||||
scheme: ${{ matrix.run-config['scheme'] }}
|
||||
run: xcodebuild -scheme ${scheme} -showdestinations
|
||||
|
||||
- name: Run Build
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue