mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 19:46:46 +00:00
[Ubuntu] Add Installation of google-cloud-errors Gem for Ubuntu 20 (#11732)
* Pin the google cloud error version * [Ubuntu] Add Installation of google-cloud-errors Gem for Ubuntu 20 * verify the commit
This commit is contained in:
committed by
GitHub
parent
dc02e08c4e
commit
1b5eca2f7d
@@ -13,6 +13,9 @@ apt-get install ruby-full
|
||||
# temporary fix for fastlane installation https://github.com/sporkmonger/addressable/issues/541
|
||||
if is_ubuntu20; then
|
||||
gem install public_suffix -v 5.1.1
|
||||
|
||||
# Install google-cloud-errors gem pinned to version 1.4.0
|
||||
gem install google-cloud-errors -v 1.4.0
|
||||
fi
|
||||
|
||||
# Install ruby gems from toolset
|
||||
|
||||
Reference in New Issue
Block a user