summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/libyaml.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/libyaml.yml b/.github/workflows/libyaml.yml
index 20c512f..d3479ac 100644
--- a/.github/workflows/libyaml.yml
+++ b/.github/workflows/libyaml.yml
@@ -38,7 +38,11 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Compile
- run: rake compile -- ${{ matrix.libyaml-prefix != '' && '--with-libyaml-dir=' || '' }}${{ matrix.libyaml-prefix }}
+ run: >-
+ rake compile --
+ ${{ matrix.libyaml-prefix != '' && '--with-libyaml-dir='
+ || '--with-libyaml-source-dir'
+ }}${{ matrix.libyaml-prefix }}
- name: Run test
run: rake
- name: Install gem