Skip to content

Commit 1f3e9f0

Browse files
authored
chore(ci): download iOS simulators (#2472)
1 parent c1a3131 commit 1f3e9f0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.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@v6
115117
with:
116118
node-version: 22

.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_26.0.app
19+
- run: xcrun simctl list > /dev/null
20+
- run: xcodebuild -downloadPlatform iOS
1921
- uses: actions/setup-node@v6
2022
with:
2123
node-version: 22

0 commit comments

Comments
 (0)