fix: tolerate brew post-install warning exit code
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Install tools (xcodegen, node, firebase)
|
||||
run: |
|
||||
arch -arm64 /opt/homebrew/bin/brew install xcodegen node
|
||||
arch -arm64 /opt/homebrew/bin/brew install xcodegen node || true
|
||||
npm install -g firebase-tools
|
||||
|
||||
- name: Generate Xcode project
|
||||
|
||||
Reference in New Issue
Block a user