Skip to content

Commit 12aebab

Browse files
author
Luc Dion
committed
Fix a typo in CI
1 parent eb8a2ee commit 12aebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "===============================" &&
3131
echo "tvOS unit test" &&
3232
echo "===============================" &&
3333
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS -derivedDataPath $DERIVED_DATA -sdk appletvsimulator11.4 \
34-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=11.4'
34+
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=11.4' \
3535
| xcpretty
3636

3737

0 commit comments

Comments
 (0)