Skip to content

Commit 9c53e92

Browse files
committed
use ruby version
1 parent 85c2aea commit 9c53e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Setup Ruby
3434
uses: ruby/setup-ruby@v1
3535
with:
36-
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
36+
ruby-version: 2.6.10
37+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3738
cache-version: 0 # Increment this number if you need to re-download cached gems
3839
- name: Setup Pages
3940
id: pages

0 commit comments

Comments
 (0)