Skip to content

Commit

Permalink
CI dependency: libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pariser committed Dec 18, 2023
1 parent c49ee3b commit 31fd198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rspec_rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
bundler-version: latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
apt-get update
apt-get install -y \
libyaml-dev
- name: Set up Ruby
uses: ruby/[email protected]
with:
Expand Down

0 comments on commit 31fd198

Please sign in to comment.