summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-10 07:32:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-10 07:32:44 +0900
commit7d390a3dda779e3e2e830752627c3a674aeadc0b (patch)
tree0246a73590f8dc590cce60c86422c38fef1462e3
parent824e23db86982cc203c0344fae8ea5a6ac8eef00 (diff)
downloadpsych-7d390a3dda779e3e2e830752627c3a674aeadc0b.tar.gz
Now head can install same version of default gems
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 71a1410..47eddf4 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -30,4 +30,3 @@ jobs:
run: rake
- name: Install gem
run: rake install
- if: ${{ matrix.ruby != 'head' }}