more cocoapods issues
Some checks failed
Build and release release apps to production track / Get version (pull_request) Successful in 43s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 2m51s

This commit is contained in:
Remy Moll 2025-04-27 16:02:49 +02:00
parent 2d29a61dfa
commit 5313016312

View File

@ -54,11 +54,11 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: GuillaumeFalourd/setup-rsync@v1.2
- run: rsync --version
- name: Install dependencies and clean up
run: |
flutter pub get
flutter precache --ios
bundle exec pod install --allow-root
flutter clean
bundle exec pod cache clean --all --allow-root