Skip to content

Commit cfac1a2

Browse files
committed
WIP
1 parent efda16f commit cfac1a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ jobs:
141141
- name: Select Xcode version
142142
run: sudo xcodes select ${{ matrix.xcode }}
143143

144+
- if: ${{ matrix.install }}
145+
name: "[Debug] List Available Installable Runtimes"
146+
run: xcodes runtimes --include-betas
147+
144148
- if: ${{ matrix.install }}
145149
name: Install Required Runtime (${{ matrix.runtime }})
146150
uses: nick-fields/retry@v2
@@ -149,8 +153,7 @@ jobs:
149153
max_attempts: 3
150154
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
151155

152-
- if: true
153-
name: "[Debug] List Available Runtimes, Simulators, and Destinations"
156+
- name: "[Debug] List Available Runtimes, Simulators, and Destinations"
154157
run: |
155158
xcrun simctl list
156159
xcodebuild -scheme "SwiftUIIntrospect" -showdestinations

0 commit comments

Comments
 (0)