fix: remove arch -arm64 from xcodegen (runner already handles it)
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 7s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-26 22:27:13 +00:00
parent 8f3979c8a0
commit 7464357787
3 changed files with 140 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ jobs:
xcodebuild -version
- name: Install xcodegen
run: arch -arm64 brew install xcodegen
run: brew install xcodegen
- name: Generate Xcode project
run: |