Skip to content

Commit

Permalink
Merge pull request #3 from ninoseki/use-bundler-cache
Browse files Browse the repository at this point in the history
ci: use bundler-cache
  • Loading branch information
ninoseki committed Jun 2, 2021
2 parents 3c76288 + 21a13d9 commit 23bb789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: true

- name: Run the default task
run: |
gem install bundler -v 2.2.15
Expand Down

0 comments on commit 23bb789

Please sign in to comment.