chore(buildtools): Use fixed version of cocoapods gem on ci (#1006)
install exact version instead of latest one
This commit is contained in:
parent
ef5c36c88e
commit
30d63a1773
|
@ -15,6 +15,6 @@ jobs:
|
||||||
- name: Setup - Install NPM Dependencies
|
- name: Setup - Install NPM Dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Setup - Install CocoaPods CLI
|
- name: Setup - Install CocoaPods CLI
|
||||||
run: sudo gem install cocoapods
|
run: sudo gem install cocoapods -v 1.8.4
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: yarn ci
|
run: yarn ci
|
||||||
|
|
Loading…
Reference in New Issue