diff --git a/.github/workflows/apple-build.yml b/.github/workflows/apple-build.yml index febfa8e..16c4b4d 100644 --- a/.github/workflows/apple-build.yml +++ b/.github/workflows/apple-build.yml @@ -18,10 +18,8 @@ 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: Verify Xcode + run: xcodebuild -version - name: Install Flutter run: | if [ ! -d "$HOME/flutter" ]; then @@ -46,10 +44,8 @@ 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: Verify Xcode + run: xcodebuild -version - name: Install Flutter run: | if [ ! -d "$HOME/flutter" ]; then