mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Check main scheme for destinations
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user