Skip to content

Commit

Permalink
Added libyaml-dev into BASERUBY check
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 25, 2022
1 parent 8e3fbf9 commit 829754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baseruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829754b

Please sign in to comment.