forked from zelo72/mastodon-ios
chore: fix CI build failure issue
This commit is contained in:
parent
223049a3f5
commit
d36e60e2a4
|
@ -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
|
||||
build | xcpretty
|
||||
|
|
Loading…
Reference in New Issue