ci: Install Ruby 2.7 and not latest, which is catching 3.x
This commit is contained in:
parent
b5c321e769
commit
60a9528a82
@ -9,8 +9,10 @@ go version
|
||||
|
||||
# Install Ruby
|
||||
curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -
|
||||
curl -sSL https://get.rvm.io | bash -s stable --ruby
|
||||
curl -sSL https://get.rvm.io | bash -s stable
|
||||
source /usr/local/rvm/scripts/rvm
|
||||
rvm install ruby-2.7
|
||||
rvm --default use ruby-2.7
|
||||
|
||||
pushd /vagrant
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user