Skip to content

Commit

Permalink
Fixed build-android/ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 4ecfbe9 commit 30009da
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 @@ -22,9 +22,10 @@ jobs:
- name: Install dependencies and CocoaPods
run: |
cd example
flutter pub get
flutter clean
cd ios
sudo gem install cocoapods
flutter pub get
pod install --repo-update
- name: Build iOS app
Expand Down

0 comments on commit 30009da

Please sign in to comment.