Skip to content

Commit

Permalink
Try another method to fix concurrent ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Jul 8, 2024
1 parent 382ed34 commit 6a89a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
DEBUG: true
- name: Fix concurrent ruby
if: matrix.rails-version == '4.2'
run: sudo gem install concurrent-ruby
run: sudo gem install concurrent-ruby -n /usr/local/bin/
- name: Run tests
run: bundle exec rake

0 comments on commit 6a89a53

Please sign in to comment.