fix(ci): use xcodebuild -version instead of xcode-select, clean only runner caches
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 3m30s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-27 01:10:44 +00:00
parent 595140e2f9
commit 2aa312ab61

View File

@@ -30,19 +30,15 @@ jobs:
- name: Setup Xcode
run: |
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -version
- name: Setup PATH
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
- name: Clean ALL caches
- name: Clean act runner caches
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf ~/Library/Caches/org.swift.swiftpm
rm -rf ~/Library/org.swift.swiftpm
rm -rf .build
rm -rf ~/.cache/act/*/hostexecutor/tabatago-swift/build
rm -rf .build
- name: Install tools (xcodegen, node, firebase)
run: |