Skip to content

Commit 5a28559

Browse files
committed
ci: install libyaml for Psych 5
1 parent b483406 commit 5a28559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v3
2020

21+
- name: Install OS dependencies
22+
run: sudo apt-get -y install libyaml-dev
23+
2124
- name: Setup Ruby
2225
uses: ruby/setup-ruby@v1
2326
with:

0 commit comments

Comments
 (0)