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.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml
index 1ef9f65..aaea6ac 100644
--- a/.github/workflows/ubuntu-jruby.yml
+++ b/.github/workflows/ubuntu-jruby.yml
@@ -16,9 +16,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
- run: |
- gem install bundler --no-document
- bundle install
+ run: bundle install
- name: compile
run: rake compile
- name: test