Fix macOS CI.
This commit is contained in:
parent
7bdd72886d
commit
c7643e0785
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/macos.sh
vendored
2
.github/workflows/ci-scripts/macos.sh
vendored
|
@ -16,7 +16,7 @@ scons translations build=release --debug=time nls=true jobs=2 || exit 1
|
|||
|
||||
cd ./projectfiles/Xcode
|
||||
|
||||
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$CFG"
|
||||
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO EXCLUDED_ARCHS=arm64 -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$CFG"
|
||||
EXIT_VAL=$?
|
||||
|
||||
ccache -s
|
||||
|
|
Loading…
Add table
Reference in a new issue