Skip to content

Commit

Permalink
Try to fix jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Dec 27, 2024
1 parent b9ca831 commit 134e41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- uses: ruby/setup-ruby@v1
env:
RAILS_VERSION: ${{ matrix.rails_version }}
BUNDLER_PREFER_LOCAL: ${{ startsWith(matrix.ruby, 'jruby') }}
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 134e41f

Please sign in to comment.