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 9924c12 commit 48ed548
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
run: |
cd example
flutter clean
cd ios
rm -rf Pods
rm Podfile.lock
flutter pub get
flutter create --platforms=ios
cd ios
sudo gem install cocoapods
pod install --repo-update
- name: Build iOS app
run: |
run: |
cd example
flutter build ios --release --no-codesign

0 comments on commit 48ed548

Please sign in to comment.