We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2957de6 commit fa1fc22Copy full SHA for fa1fc22
.github/workflows/run-tests-WaterfallGridSample.yml
@@ -20,3 +20,5 @@ jobs:
20
run: xcodebuild -showsdks
21
- name: Show buildable schemes
22
run: xcodebuild -list
23
+ - name: Show eligible build destinations
24
+ run: xcodebuild -showdestinations -scheme WaterfallGrid
0 commit comments