Skip to content

Commit

Permalink
fix: change rvm to rbenv (#6816)
Browse files Browse the repository at this point in the history
* change rvm to rbenv

* Update appveyor-ubuntu.yml

Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com>

* Update appveyor-ubuntu.yml

Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com>

---------

Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com>
  • Loading branch information
sidhujus and hnnasit authored Mar 12, 2024
1 parent bf30d6c commit 698585f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ install:
- sh: "mvn --version"

- sh: "source ${HOME}/venv${PYTHON_VERSION}/bin/activate"
- sh: "rvm reinstall ruby-3.2.2 --with-openssl-dir=/usr/lib/x86_64-linux-gnu" # reinstall ruby3.2 to fix OpenSSL issue
- sh: "rvm use 3.2.2"
- sh: "rbenv global 3.2.3"
- sh: "ruby --version"
- sh: "docker info"
- sh: "docker version"
- sh: "nvm install ${NODE_VERSION}"
Expand Down

0 comments on commit 698585f

Please sign in to comment.