Skip to content

Commit

Permalink
fix(ci): install libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrockett committed Nov 8, 2024
1 parent 28fd362 commit af64e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: install libyaml
run: sudo apt-get install --yes libyaml-dev
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
Expand Down

0 comments on commit af64e1d

Please sign in to comment.