Skip to content

Commit f546729

Browse files
committed
ci(ios): install correct iOS platform
1 parent 332492c commit f546729

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
9090
node-version: ${{ env.NODE_VERSION }}
9191
cache: 'npm'
9292

93+
- name: Install iOS platform
94+
run: |
95+
sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
96+
xcodebuild -downloadPlatform iOS
97+
9398
- name: Install dependencies
9499
run: npm ci
95100

0 commit comments

Comments
 (0)