Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 41b4486

Browse files
authored
Upgrade CocoaPods in Cirrus (#3347)
1 parent b2e9ca5 commit 41b4486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ task:
132132
osx_instance:
133133
image: catalina-xcode-11.3.1-flutter
134134
upgrade_script:
135+
- sudo gem install cocoapods
135136
- flutter channel stable
136137
- flutter upgrade
137138
- flutter channel master
@@ -190,6 +191,7 @@ task:
190191
setup_script:
191192
- flutter config --enable-macos-desktop
192193
upgrade_script:
194+
- sudo gem install cocoapods
193195
- flutter channel master
194196
- flutter upgrade
195197
- git fetch origin master

0 commit comments

Comments
 (0)