File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -33,21 +33,17 @@ jobs:
3333 steps :
3434 - name : Checkout
3535 uses : actions/checkout@v4
36- - name : Set up Ruby
37- run : |
38- sudo apt-get update
39- sudo apt-get install -y rbenv
40- rbenv init
41- eval "$(rbenv init -)"
42- rbenv install 3.3.0-preview3
43- rbenv global 3.3.0-preview3
44- gem install bundler
45- # - name: Setup Ruby
46- # uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
47- # with:
48- # ruby-version: '3.3' # Not needed with a .ruby-version file
49- # bundler-cache: true # runs 'bundle install' and caches installed gems automatically
50- # cache-version: 0 # Increment this number if you need to re-download cached gems
36+ - name : Setup Ruby, JRuby and TruffleRuby
37+ # You may pin to the exact commit or the version.
38+ # uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
39+ 40+ with :
41+ # Engine and version to use, see the syntax in the README. Reads from .ruby-version or .tool-versions if unset.
42+ ruby-version : 3.3 # optional, default is default
43+ # Run "bundle install", and cache the result automatically. Either true or false.
44+ bundler-cache : true # optional, default is false
45+ cache-version : 0
46+
5147 - name : Setup Pages
5248 id : pages
5349 uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments