Skip to content

Commit aa27fd0

Browse files
author
crow
committed
Try pod install in ci script
1 parent 4029f80 commit aa27fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_ci_tasks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050
# iOS
5151
if $IOS; then
5252
cd example/ios
53-
53+
pod install
5454
# build iOS
5555
PROJECT_PLATFORM_PATH="$(pwd)"
5656
DERIVED_DATA=$(mktemp -d /tmp/ci-derived-data-XXXXX)

0 commit comments

Comments
 (0)