Skip to content

Commit e02fbc6

Browse files
authored
Update iOS Simulator download step in workflow
1 parent 853c655 commit e02fbc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ios-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ jobs:
133133
xcode-version: ${{ inputs.xcode-version }}
134134

135135
- name: Download iOS Simulator
136-
run: xcodebuild -downloadPlatform iOS
136+
run: |
137+
xcrun simctl list > /dev/null
138+
xcodebuild -downloadPlatform iOS
137139
138140
- name: Install Cocoapods
139141
run: gem install cocoapods

0 commit comments

Comments
 (0)