From 6d14bfdf346e8ce8df5559aabd9df2d74751fea8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 16 Dec 2021 14:41:11 +0900 Subject: Use gem install instead of bundle install --- .github/workflows/ubuntu-jruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1