mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
Xcversion is not depend on old CLAide version anymore (#5913)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
source ~/utils/utils.sh
|
||||
|
||||
# Temporarily downgrade RubyGems version to 3.2.33 due to issue with RubyGems 3.3.3 (https://github.com/actions/virtual-environments-internal/issues/3162)
|
||||
echo Updating RubyGems...
|
||||
gem update --system 3.2.33
|
||||
gem update --system
|
||||
|
||||
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
|
||||
if [ -n "$gemsToInstall" ]; then
|
||||
|
||||
Reference in New Issue
Block a user