fix: replace brew with npm for firebase-tools, use arch -arm64 for xcodegen
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 2s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-26 22:24:10 +00:00
parent e43f197139
commit 1d4d43f3f2

View File

@@ -40,7 +40,7 @@ jobs:
xcodebuild -version
- name: Install xcodegen
run: brew install xcodegen
run: arch -arm64 brew install xcodegen
- name: Generate Xcode project
run: |
@@ -48,7 +48,7 @@ jobs:
xcodegen generate
- name: Install Firebase CLI
run: brew install firebase-cli
run: npm install -g firebase-tools
- name: Archive app
run: |