ci: add xcode-select step for Xcode 14.2
Some checks failed
Build Apple (macOS + iOS) / build-macos (push) Failing after 51m13s
Build Apple (macOS + iOS) / build-ios (push) Failing after 51m13s

This commit is contained in:
2026-04-23 12:55:05 +08:00
parent 00f48f5ceb
commit 53cbd9847b

View File

@@ -18,6 +18,10 @@ jobs:
- name: Checkout
run: |
git clone --depth 1 --branch main http://192.168.120.110:4000/AI_Team/habo.git .
- name: Setup Xcode
run: |
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
xcodebuild -version
- name: Install Flutter
run: |
if [ ! -d "$HOME/flutter" ]; then
@@ -42,6 +46,10 @@ jobs:
- name: Checkout
run: |
git clone --depth 1 --branch main http://192.168.120.110:4000/AI_Team/habo.git .
- name: Setup Xcode
run: |
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
xcodebuild -version
- name: Install Flutter
run: |
if [ ! -d "$HOME/flutter" ]; then