Skip to content

Commit

Permalink
Added libyaml for ubuntu and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 4, 2022
1 parent 43f860d commit 67b2219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- name: Install libraries
run: brew install libyaml
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ruby: [ ruby-head, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- name: Install libraries
run: sudo apt install haveged
run: sudo apt install haveged libyaml-dev
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 67b2219

Please sign in to comment.