fix: remove arch -arm64 from xcodegen (runner already handles it)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user