File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,10 @@ jobs:
141
141
- name : Select Xcode version
142
142
run : sudo xcodes select ${{ matrix.xcode }}
143
143
144
+ - if : ${{ matrix.install }}
145
+ name : " [Debug] List Available Installable Runtimes"
146
+ run : xcodes runtimes --include-betas
147
+
144
148
- if : ${{ matrix.install }}
145
149
name : Install Required Runtime (${{ matrix.runtime }})
146
150
uses : nick-fields/retry@v2
@@ -149,8 +153,7 @@ jobs:
149
153
max_attempts : 3
150
154
command : sudo xcodes runtimes install '${{ matrix.runtime }}'
151
155
152
- - if : true
153
- name : " [Debug] List Available Runtimes, Simulators, and Destinations"
156
+ - name : " [Debug] List Available Runtimes, Simulators, and Destinations"
154
157
run : |
155
158
xcrun simctl list
156
159
xcodebuild -scheme "SwiftUIIntrospect" -showdestinations
You can’t perform that action at this time.
0 commit comments