mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-19 08:21:44 +00:00
[macOS] Move Ruby and Go versions to toolset (#4046)
This commit is contained in:
committed by
GitHub
parent
045e638562
commit
d022b0d6a8
@@ -4,7 +4,7 @@ source ~/utils/utils.sh
|
||||
echo Updating RubyGems...
|
||||
gem update --system
|
||||
|
||||
gemsToInstall=$(get_toolset_value ".rubygems[]")
|
||||
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
|
||||
if [ -n "$gemsToInstall" ]; then
|
||||
for gem in $gemsToInstall; do
|
||||
echo "Installing gem $gem"
|
||||
|
||||
Reference in New Issue
Block a user