Skip to content

Commit 461ede7

Browse files
committed
Update iOS-tvOS.yml
1 parent 7bf507d commit 461ede7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/iOS-tvOS.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ jobs:
2424
# Install before building, so we don't downloadthe in case of previous failure
2525
- name: Install iOS Xcode Component
2626
run: sudo xcodebuild -downloadPlatform iOS
27+
- name: Clear Xcode Simulators List
28+
run: sudo xcrun simctl list > /dev/null
2729
- name: Build iOS using Xcode
2830
run: xcodebuild -scheme GateEngine -destination generic/platform=iOS
2931

3032
# Install before building, so we don't downloadthe in case of previous failure
3133
- name: Install tvOS Xcode Component
3234
run: sudo xcodebuild -downloadPlatform tvOS
35+
- name: Clear Xcode Simulators List
36+
run: sudo xcrun simctl list > /dev/null
3337
- name: Build tvOS using Xcode
3438
run: xcodebuild -scheme GateEngine -destination generic/platform=tvOS

0 commit comments

Comments
 (0)