We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cfd87 commit c68d95dCopy full SHA for c68d95d
1 file changed
.github/workflows/test.yml
@@ -21,12 +21,15 @@ jobs:
21
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
22
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
26
- name: Set up Ruby
27
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby-pkgs@v1
28
with:
29
ruby-version: ${{ matrix.ruby }}
30
+ apt-get: "haveged libyaml-dev"
31
+ brew: libyaml
32
+ vcpkg: libyaml
33
bundler-cache: true
34
35
- name: Test things
0 commit comments