Skip to content

Commit

Permalink
Fixed build-ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent ffd1409 commit f76b246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
cd example
flutter clean
flutter pub get
rm -rf ios
flutter create --platforms=ios
cd ios
sudo gem install cocoapods
pod install --repo-update
Expand Down

0 comments on commit f76b246

Please sign in to comment.