fix(ci): add sudo back to xcode-select — must be run as root
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 3h8m4s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-27 00:48:57 +00:00
parent afc161c8ce
commit 595140e2f9

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup Xcode
run: |
xcode-select -s /Applications/Xcode.app
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -version
- name: Setup PATH