summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-02-22 21:16:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-02-22 21:25:31 +0900
commit8734035d07e45b822e05e3affdb683ce025f74b3 (patch)
tree322de83b989148b62ed1b886e3d5efb33bb0b440 /.github
parent3cf1695aa2a16251f3a1ccca9fccb205a649c468 (diff)
downloadpsych-8734035d07e45b822e05e3affdb683ce025f74b3.tar.gz
Don't run rake install for old libyaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/libyaml-0.1.7.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/libyaml-0.1.7.yml b/.github/workflows/libyaml-0.1.7.yml
index 43b80e1..79a0e55 100644
--- a/.github/workflows/libyaml-0.1.7.yml
+++ b/.github/workflows/libyaml-0.1.7.yml
@@ -31,6 +31,3 @@ jobs:
run: rake compile -- --with-libyaml-dir=/tmp/local
- name: Run test
run: rake
- - name: Install gem
- run: rake install
- if: ${{ matrix.ruby != 'ruby-head' }}