mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[ubuntu] Don't install documentation for ruby gems (#11413)
This commit is contained in:
@@ -20,7 +20,7 @@ gems_to_install=$(get_toolset_value ".rubygems[] .name")
|
||||
if [[ -n "$gems_to_install" ]]; then
|
||||
for gem in $gems_to_install; do
|
||||
echo "Installing gem $gem"
|
||||
gem install $gem
|
||||
gem install --no-document $gem
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user