Skip to content

Commit ea7ee47

Browse files
authored
chore(ci): download iOS simulators (#2402)
1 parent fb13a38 commit ea7ee47

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
112112
steps:
113113
- run: sudo xcode-select --switch ${{ matrix.xcode }}
114+
- run: xcrun simctl list > /dev/null
115+
- run: xcodebuild -downloadPlatform iOS
114116
- uses: actions/setup-node@v4
115117
with:
116118
node-version: 20

.github/workflows/publish-ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
plugin: ${{ fromJson(github.event.inputs.plugins) }}
1717
steps:
1818
- run: sudo xcode-select --switch /Applications/Xcode_16.app
19+
- run: xcrun simctl list > /dev/null
20+
- run: xcodebuild -downloadPlatform iOS
1921
- uses: actions/setup-node@v4
2022
with:
2123
node-version: 20

0 commit comments

Comments
 (0)