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