Skip to content

Commit

Permalink
use ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Nov 28, 2024
1 parent 85c2aea commit 9c53e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
ruby-version: 2.6.10
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 9c53e92

Please sign in to comment.