Commit fce8c06a authored by Fedor Korotkov's avatar Fedor Korotkov Committed by Tong Wu

Explicitly set CocoaPods version (#41145)

Fixes #41144
Merge on red to fix builds.
parent 961f1b74
......@@ -414,7 +414,7 @@ task:
print_date_script:
- date
install_cocoapods_script:
- sudo gem install cocoapods --no-document
- sudo gem install cocoapods -v 1.7.5 --no-document
git_fetch_script:
- git clean -xfd
- git fetch origin
......@@ -486,7 +486,7 @@ task:
print_date_script:
- date
install_cocoapods_script:
- sudo gem install cocoapods --no-document
- sudo gem install cocoapods -v 1.7.5 --no-document
git_fetch_script:
- git clean -xfd
- git fetch origin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment