mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Implement automatic bundle install and caching
* Not yet enabled by default.
This commit is contained in:
@@ -39,6 +39,7 @@ jobs:
|
||||
- uses: ./
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler-cache: true
|
||||
- run: ruby -v
|
||||
|
||||
- name: build compiler
|
||||
|
||||
Reference in New Issue
Block a user