summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu-jruby.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu-jruby.yml')
-rw-r--r--.github/workflows/ubuntu-jruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml
index e9cc13f..a2d7419 100644
--- a/.github/workflows/ubuntu-jruby.yml
+++ b/.github/workflows/ubuntu-jruby.yml
@@ -16,7 +16,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
- run: bundle install
+ run: gem install ruby-maven power_assert test-unit rake-compiler
- name: compile
run: rake compile
- name: test