Skip to content

Commit

Permalink
Use source
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 10, 2019
1 parent 1277730 commit c19d6a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ubuntu-rvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
ruby: [ 'jruby-head', 'jruby-9.2.4.0', 'ruby-head' ]
steps:
- uses: actions/checkout@master
- name: Set up RVM
- name: Set up RVM and Ruby
run: |
curl -sSL https://get.rvm.io | bash
exec $SHELL -l
- name: Set up Ruby
run: |
source $HOME/.rvm/scripts/rvm
rvm install ${{ matrix.ruby }} --binary
rvm --default use ${{ matrix.ruby }}
- name: Install dependencies
Expand Down

0 comments on commit c19d6a7

Please sign in to comment.