Skip to content

Commit

Permalink
enh: Setup Ruby w/ same version as image
Browse files Browse the repository at this point in the history
  • Loading branch information
LeipeLeon committed Jan 25, 2023
1 parent 6458151 commit 58f664d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
- name: Setup Ruby w/ same version as image
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install dip
Expand Down

0 comments on commit 58f664d

Please sign in to comment.