Skip to content

Commit fea72cb

Browse files
committed
ci: install cocoapods into usr/local/bin
1 parent 7ec61e3 commit fea72cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ commands:
4646
type: boolean
4747
default: false
4848
steps:
49+
- run:
50+
name: Uninstall Existing CocoaPods
51+
command: gem uninstall -x cocoapods
4952
- run:
5053
name: Install CocoaPods
51-
command: gem install cocoapods -v 1.14.0
54+
command: gem install cocoapods:1.14.0
5255
- restore_cache:
5356
name: Restore Pods Cache
5457
keys:

0 commit comments

Comments
 (0)