summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' }}