Skip to content

Commit

Permalink
ci: ensure libyaml is installed for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Feb 7, 2025
1 parent 35fcb23 commit 967a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install required dependencies for ruby
run: |
brew install gmp
brew install gmp libyaml
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 967a7b3

Please sign in to comment.