Skip to content

Commit

Permalink
Try rvm install
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Nov 7, 2024
1 parent 5320ca9 commit b1ce763
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
name: Fix git clones
command: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
- checkout
- run:
name: Install RVM
command: |
gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable
- run:
name: Install old libssl1.0-dev
command: |
Expand Down Expand Up @@ -300,6 +305,11 @@ jobs:
name: Fix git clones
command: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
- checkout
- run:
name: Install RVM
command: |
gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable
- run:
name: Install Ruby versions
command: rvm install $RUBY_VERSION
Expand All @@ -325,6 +335,11 @@ jobs:
name: Fix git clones
command: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
- checkout
- run:
name: Install RVM
command: |
gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable
- run:
name: Install Ruby versions
command: rvm install $RUBY_VERSION
Expand Down

0 comments on commit b1ce763

Please sign in to comment.