We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb13a38 commit ea7ee47Copy full SHA for ea7ee47
.github/workflows/ci.yml
@@ -111,6 +111,8 @@ jobs:
111
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
112
steps:
113
- run: sudo xcode-select --switch ${{ matrix.xcode }}
114
+ - run: xcrun simctl list > /dev/null
115
+ - run: xcodebuild -downloadPlatform iOS
116
- uses: actions/setup-node@v4
117
with:
118
node-version: 20
.github/workflows/publish-ios.yml
@@ -16,6 +16,8 @@ jobs:
16
plugin: ${{ fromJson(github.event.inputs.plugins) }}
17
18
- run: sudo xcode-select --switch /Applications/Xcode_16.app
19
20
21
22
23
0 commit comments