Skip to content

Commit e43f859

Browse files
fix: download ios platform
1 parent 5363dde commit e43f859

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ jobs:
205205
with:
206206
xcode-version: '26.0'
207207

208+
- name: Install iOS 26.0 platform
209+
run: xcodebuild -downloadPlatform iOS
210+
208211
- name: Reset build folder and pods
209212
run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock
210213

0 commit comments

Comments
 (0)