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 f76b246 commit c948193
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:

- name: Install dependencies and CocoaPods
run: |
cd example
flutter clean
rm -rf ios
flutter create --platforms=ios
cd ios
cd example/ios
flutter pub get
sudo gem install cocoapods
pod install --repo-update
Expand Down

0 comments on commit c948193

Please sign in to comment.