summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-14 14:14:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-14 14:14:53 +0900
commit194b02f9a2593a4fd8a9fa7f1679510f3b5d668b (patch)
tree2fbe99e517c3e43402025aaa12e32396eccbb715
parent2708689baa00206b6dd151e0232cf1192055fe2a (diff)
downloadpsych-tweak-actions.tar.gz
Don't need to install bundler manuallytweak-actions
-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