Skip to content

Commit

Permalink
Tweak setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Mar 25, 2024
1 parent e2c18b9 commit ffd815a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ruby.yml
Expand Up @@ -17,13 +17,10 @@ jobs:
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
- name: Setup ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
architecture: "x64"
bundler-cache: true
- name: Build and test with Rake
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake

0 comments on commit ffd815a

Please sign in to comment.