Skip to content

Commit 2c67fb9

Browse files
committed
[CI] Perform bundle install during iOS build
1 parent c5ed05e commit 2c67fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- inject-netrc-credentials
9797
- add-mapbox-submodules-key
9898
- macos/install-rosetta
99+
- run:
100+
name: bundle install
101+
command: bundle install # pin cocoapods to a working version(for more check a comment in Gemfile)
99102
- flutter/install_sdk_and_pub:
100103
version: 3.13.6
101104
app-dir: example

0 commit comments

Comments
 (0)