Skip to content

Commit

Permalink
misc(ci): Use legacy build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Mar 13, 2024
1 parent 99d9d61 commit 73cf07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: |
gem install --verbose xcpretty
mkdir ${PWD}/__build__
set -o pipefail && xcodebuild -configuration Release -target "MumbleKit (iOS)" CONFIGURATION_BUILD_DIR="${PWD}/__build__" | xcpretty
set -o pipefail && xcodebuild -UseModernBuildSystem=NO -configuration Release -target "MumbleKit (iOS)" CONFIGURATION_BUILD_DIR="${PWD}/__build__" | xcpretty

0 comments on commit 73cf07b

Please sign in to comment.