mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
Check main scheme for destinations
This commit is contained in:
parent
ff769a6829
commit
06cbe98916
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
Block a user