fix: use full path for npm
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Install tools (xcodegen, node, firebase)
|
||||
run: |
|
||||
arch -arm64 /opt/homebrew/bin/brew install xcodegen node || true
|
||||
npm install -g firebase-tools
|
||||
/opt/homebrew/bin/npm install -g firebase-tools
|
||||
|
||||
- name: Generate Xcode project
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user