mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Manually download and install ios
This commit is contained in:
6
.github/workflows/build-apple.yml
vendored
6
.github/workflows/build-apple.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user