Skip to content

Commit

Permalink
Try correct cocoapods setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Jul 18, 2022
1 parent 09c82a1 commit 31e3def
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
with:
channel: ${{ env.FLUTTER_CHANNEL }}
cache: true
- uses: maxim-lobanov/setup-cocoapods@v1
with:
podfile-path: ios/Podfile.lock
- run: flutter pub get
- name: Build iOS package
run: flutter build ios --simulator
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
cache: true
- uses: maxim-lobanov/setup-cocoapods@v1
with:
podfile-path: ios/Podfile.lock
- run: flutter pub get
- name: Update pods
working-directory: example/ios
run: pod update
- name: Build iOS package
run: flutter build ios --simulator
- name: Upload Runner.app as artifact
Expand Down

0 comments on commit 31e3def

Please sign in to comment.