File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3030 # Build job
3131 build :
3232 runs-on : ubuntu-latest
33+ env :
34+ BUNDLE_FORCE_RUBY_PLATFORM : true
3335 steps :
3436 - name : Checkout
3537 uses : actions/checkout@v4
3840 uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3941 with :
4042 ruby-version : ' 3.1' # Not needed with a .ruby-version file
41- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
42- cache-version : 0 # Increment this number if you need to re-download cached gems
43+ # bundler-cache: true # runs 'bundle install' and caches installed gems automatically
44+ # cache-version: 0 # Increment this number if you need to re-download cached gems
45+ - name : Install dependencies # new
46+ run : bundle install # new
4347 - name : Setup Pages
4448 id : pages
4549 uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments