We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4029f80 commit aa27fd0Copy full SHA for aa27fd0
scripts/run_ci_tasks.sh
@@ -50,7 +50,7 @@ fi
50
# iOS
51
if $IOS; then
52
cd example/ios
53
-
+ pod install
54
# build iOS
55
PROJECT_PLATFORM_PATH="$(pwd)"
56
DERIVED_DATA=$(mktemp -d /tmp/ci-derived-data-XXXXX)
0 commit comments