Skip to content

Commit

Permalink
Setup Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed May 21, 2023
1 parent ac6146d commit 2f0bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get install libsqlite3-dev
echo "MTSR_RAILS_VERSION=${{ matrix.rails }}" >> $GITHUB_ENV
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Bundle
Expand Down

0 comments on commit 2f0bea4

Please sign in to comment.