From d36e60e2a4c78abdc93aa731980a147bdf8b850a Mon Sep 17 00:00:00 2001 From: CMK Date: Tue, 4 Jan 2022 18:30:59 +0800 Subject: [PATCH] chore: fix CI build failure issue --- .github/scripts/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/build.sh b/.github/scripts/build.sh index 76e65f49..f5894901 100755 --- a/.github/scripts/build.sh +++ b/.github/scripts/build.sh @@ -7,7 +7,6 @@ set -eo pipefail xcodebuild -workspace Mastodon.xcworkspace \ -scheme Mastodon \ - -disableAutomaticPackageResolution \ -destination "platform=iOS Simulator,name=iPhone SE (2nd generation)" \ clean \ - build | xcpretty \ No newline at end of file + build | xcpretty