also use cocoapods in a privlieged context
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user