Skip to content

Commit

Permalink
Run pod update again
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Jul 18, 2022
1 parent 7023762 commit 09c82a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
cache: false
cache: true
- 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
1 change: 0 additions & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://github.com/m0nac0/flutter-maplibre-podspecs.git'

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
use_frameworks!

pod 'MapLibre'
pod 'MapLibreAnnotationExtension'
Expand Down

0 comments on commit 09c82a1

Please sign in to comment.