Skip to content

Commit

Permalink
Try pod install in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Feb 16, 2024
1 parent 4029f80 commit aa27fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_ci_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
# iOS
if $IOS; then
cd example/ios

pod install
# build iOS
PROJECT_PLATFORM_PATH="$(pwd)"
DERIVED_DATA=$(mktemp -d /tmp/ci-derived-data-XXXXX)
Expand Down

0 comments on commit aa27fd0

Please sign in to comment.