ci: add xcode-select step for Xcode 14.2
This commit is contained in:
8
.github/workflows/apple-build.yml
vendored
8
.github/workflows/apple-build.yml
vendored
@@ -18,6 +18,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 --branch main http://192.168.120.110:4000/AI_Team/habo.git .
|
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
|
- name: Install Flutter
|
||||||
run: |
|
run: |
|
||||||
if [ ! -d "$HOME/flutter" ]; then
|
if [ ! -d "$HOME/flutter" ]; then
|
||||||
@@ -42,6 +46,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 --branch main http://192.168.120.110:4000/AI_Team/habo.git .
|
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
|
- name: Install Flutter
|
||||||
run: |
|
run: |
|
||||||
if [ ! -d "$HOME/flutter" ]; then
|
if [ ! -d "$HOME/flutter" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user