also use cocoapods in a privlieged context

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

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