Skip to content

Commit 5252a61

Browse files
flavorjoneshsbt
authored andcommitted
ci: ensure ubuntu image has libyaml-dev for psych 5
1 parent c5e7ee0 commit 5252a61

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
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
22+
# libyaml-dev is needed for psych, see https://github.com/ruby/setup-ruby/issues/409
23+
- if: ${{ matrix.os == 'ubuntu-latest' }}
24+
run: sudo apt install libyaml-dev
2225
- name: Set up Ruby
2326
uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0
2427
with:

0 commit comments

Comments
 (0)