feat: Concurrent/Cancellable configure (#2282)

* feat: Cancellable `configure`

* Android

* Update Podfile.lock

* Configure outside of lock

* Update lockfiles

* Use `bundle` for CI

* Update script

* Update Podfile.lock

* fix: Set config at end

* Lint
This commit is contained in:
Marc Rousavy
2023-12-13 16:38:02 +01:00
committed by GitHub
parent 5a81fabedd
commit 977bf56c6d
9 changed files with 4362 additions and 5059 deletions

View File

@@ -27,5 +27,7 @@ echo "pod setup"
pod setup
echo "yarn"
yarn
echo "bundle install"
bundle install
echo "pod install"
pod install
bundle exec pod install