mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
This reverts commit 1f11cd7e17.
This commit is contained in:
@@ -14,7 +14,7 @@ gemsToInstall=$(get_toolset_value ".rubygems[] .name")
|
||||
if [ -n "$gemsToInstall" ]; then
|
||||
for gem in $gemsToInstall; do
|
||||
echo "Installing gem $gem"
|
||||
gem install $gem -P MediumSecurity
|
||||
gem install $gem
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user