We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e7ee0 commit 5252a61Copy full SHA for 5252a61
.github/workflows/test.yml
@@ -19,6 +19,9 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- 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
25
- name: Set up Ruby
26
uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0
27
with:
0 commit comments