fix: replace brew with npm for firebase-tools, use arch -arm64 for xcodegen
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user