mirror of
https://github.com/thomasjwebb/thomasjwebb.git
synced 2025-12-19 11:19:51 +00:00
Downgrade ruby version
This commit is contained in:
parent
1620d9b0a4
commit
40862badb7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jekyll.yml
vendored
2
.github/workflows/jekyll.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
|
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
|
||||||
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
|
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1' # Not needed with a .ruby-version file
|
ruby-version: '3.0' # Not needed with a .ruby-version file
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
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
|
cache-version: 0 # Increment this number if you need to re-download cached gems
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue