Skip to content

Commit 1bd811e

Browse files
committed
ci: try manually install ios component
1 parent 02965ed commit 1bd811e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
if: ${{ ! github.event.release.prerelease }}
4040
- name: Set xcode version
4141
run: sudo xcode-select -s "/Applications/Xcode_26_beta.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
42+
- run: xcodebuild -downloadPlatform iOS # Temporary fix for Xcode_26_beta
4243
- name: Run fastlane
4344
id: fastlane
4445
working-directory: ./fastlane

0 commit comments

Comments
 (0)