fix: use full brew path with arch -arm64 for Rosetta runner
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
xcodebuild -version
|
||||
|
||||
- name: Install xcodegen
|
||||
run: brew install xcodegen
|
||||
run: arch -arm64 /opt/homebrew/bin/brew install xcodegen
|
||||
|
||||
- name: Generate Xcode project
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user