We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c2aea commit 9c53e92Copy full SHA for 9c53e92
.github/workflows/main.yml
@@ -33,7 +33,8 @@ jobs:
33
- name: Setup Ruby
34
uses: ruby/setup-ruby@v1
35
with:
36
- bundler-cache: false # runs 'bundle install' and caches installed gems automatically
+ ruby-version: 2.6.10
37
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38
cache-version: 0 # Increment this number if you need to re-download cached gems
39
- name: Setup Pages
40
id: pages
0 commit comments