Further initialisation of xcode

This commit is contained in:
Roland Geider
2025-08-28 13:45:28 +02:00
parent 5450995ae9
commit 3de9a5437d

View File

@@ -15,8 +15,12 @@ jobs:
with:
ref: ${{ inputs.ref }}
- name: Download iOS 18 Platform
run: sudo xcodebuild -downloadPlatform iOS
# This seems to be related to https://github.com/actions/runner-images/issues/12758
- name: Xcode setup
run: |
sudo xcodebuild -license accept
sudo xcode-select --install
sudo xcodebuild -downloadPlatform iOS
- name: Common flutter setup
uses: ./.github/actions/flutter-common
@@ -44,8 +48,12 @@ jobs:
- name: Common flutter setup
uses: ./.github/actions/flutter-common
- name: Download iOS 18 Platform
run: sudo xcodebuild -downloadPlatform iOS
# This seems to be related to https://github.com/actions/runner-images/issues/12758
- name: Xcode setup
run: |
sudo xcodebuild -license accept
sudo xcode-select --install
sudo xcodebuild -downloadPlatform iOS
- name: Build .xcarchive
run: |