mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[Ubuntu] Avoid updating gems (#3320)
This commit is contained in:
@@ -8,13 +8,6 @@ source $HELPER_SCRIPTS/os.sh
|
|||||||
source $HELPER_SCRIPTS/install.sh
|
source $HELPER_SCRIPTS/install.sh
|
||||||
|
|
||||||
apt-get install ruby-full
|
apt-get install ruby-full
|
||||||
gem update
|
|
||||||
|
|
||||||
# temporary fix for fastlane installation https://github.com/fastlane/fastlane/issues/18642
|
|
||||||
if isUbuntu20 ; then
|
|
||||||
gem uninstall rdoc
|
|
||||||
gem install rdoc -v 6.3.0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install ruby gems from toolset
|
# Install ruby gems from toolset
|
||||||
gemsToInstall=$(get_toolset_value ".rubygems[] .name")
|
gemsToInstall=$(get_toolset_value ".rubygems[] .name")
|
||||||
|
|||||||
Reference in New Issue
Block a user