also use cocoapods in a privlieged context
Some checks failed
Build and release release apps to production track / Get version (pull_request) Successful in 36s
Build and release release apps to production track / Build and upload android app (pull_request) Successful in 22m36s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 8m11s

This commit is contained in:
Remy Moll 2025-04-20 17:21:03 +02:00
parent 56a30a2eba
commit a22b7183b3

View File

@ -58,9 +58,9 @@ jobs:
- name: Install dependencies and clean up - name: Install dependencies and clean up
run: | run: |
flutter pub get flutter pub get
bundle exec pod install bundle exec pod install --allow-root
flutter clean flutter clean
bundle exec pod cache clean --all bundle exec pod cache clean --all --allow-root
- name: Setup SSH key for match git repo - name: Setup SSH key for match git repo
# and mark the host as known # and mark the host as known