Skip to content

Commit 79dd13c

Browse files
committed
ci: install libyaml for Psych 5
1 parent f8de06a commit 79dd13c

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
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19+
- name: Install OS dependencies
20+
run: sudo apt-get -y install libyaml-dev
21+
1922
- name: Setup Ruby
2023
uses: ruby/setup-ruby@v1
2124
with:

0 commit comments

Comments
 (0)