Skip to content

Commit 22a8dc4

Browse files
committed
Needs under the bundle exec
1 parent 2b5442d commit 22a8dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ruby-version: ${{ matrix.ruby }}
4141

4242
- name: Build gem for JRuby
43-
run: rake build
43+
run: bundle exec rake build
4444
if: matrix.ruby == 'jruby'
4545

4646
- name: Publish to RubyGems

0 commit comments

Comments
 (0)