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 30009da commit 9924c12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
cd example
flutter clean
cd ios
sudo gem install cocoapods
rm -rf Pods
rm Podfile.lock
flutter pub get
sudo gem install cocoapods
pod install --repo-update
- name: Build iOS app
Expand Down

0 comments on commit 9924c12

Please sign in to comment.