chore(buildtools): Use fixed version of cocoapods gem on ci (#1006)

install exact version instead of latest one
This commit is contained in:
Stanislav Shakirov 2019-11-13 12:57:52 +03:00 committed by Thibault Malbranche
parent ef5c36c88e
commit 30d63a1773
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ jobs:
- name: Setup - Install NPM Dependencies
run: yarn
- name: Setup - Install CocoaPods CLI
run: sudo gem install cocoapods
run: sudo gem install cocoapods -v 1.8.4
- name: Run tests
run: yarn ci