summaryrefslogtreecommitdiff
path: root/.github/workflows/baseruby.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-23 17:21:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-25 09:53:07 +0900
commit829754b32959672468d43ec723b8671d7fff5041 (patch)
treec729240f3152dbd4574387e1b3f2610aa8f26c17 /.github/workflows/baseruby.yml
parent8e3fbf943236aa3c78c8320f8ab11944e1c861de (diff)
Added libyaml-dev into BASERUBY check
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5693
Diffstat (limited to '.github/workflows/baseruby.yml')
-rw-r--r--.github/workflows/baseruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 763360a391..7385fc4d9e 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -44,7 +44,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler: none
- run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
- - run: sudo apt-get install build-essential autoconf bison
+ - run: sudo apt-get install build-essential autoconf bison libyaml-dev
- run: ./autogen.sh
- run: ./configure --disable-install-doc
- run: make common-srcs