Skip to content

Commit 49ef47f

Browse files
committed
ci: install libyaml for Psych 5
1 parent 1e04a4d commit 49ef47f

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
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v3
2121

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

0 commit comments

Comments
 (0)