Manually download and install ios

This commit is contained in:
Roland Geider
2025-08-28 13:35:39 +02:00
parent 393531cbe8
commit b557dd1f1c

View File

@@ -15,6 +15,9 @@ jobs:
with:
ref: ${{ inputs.ref }}
- name: Download iOS 18 Platform
run: sudo xcodebuild -downloadPlatform iOS
- name: Common flutter setup
uses: ./.github/actions/flutter-common
@@ -41,6 +44,9 @@ jobs:
- name: Common flutter setup
uses: ./.github/actions/flutter-common
- name: Download iOS 18 Platform
run: sudo xcodebuild -downloadPlatform iOS
- name: Build .xcarchive
run: |
flutter build ipa --release --no-codesign