summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-16 14:41:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-16 14:41:11 +0900
commit6d14bfdf346e8ce8df5559aabd9df2d74751fea8 (patch)
tree9437d8a3f3de7d05ddae5271175996a8ddd31f62
parent091a5b873132a12cee9d666944beef88a8524a9a (diff)
downloadpsych-fix-broken-test.tar.gz
Use gem install instead of bundle installfix-broken-test
-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