Skip to content

Commit

Permalink
Update pod repo when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cadivus committed Oct 20, 2024
1 parent fe0209c commit 2bfce77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions open_earable/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ time HOMEBREW_NO_AUTO_UPDATE=1 brew install cocoapods
echo "🟩 build iOS"
time flutter build ios --release --no-codesign

echo "🟩 Update CocoaPods repo..."
time pod repo update

echo "🟩 Install CocoaPods dependencies..."
time cd ios && pod install

Expand Down

0 comments on commit 2bfce77

Please sign in to comment.