Skip to content

Commit c68d95d

Browse files
committed
???
1 parent b0cfd87 commit c68d95d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ jobs:
2121
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
- name: Set up Ruby
27-
uses: ruby/setup-ruby@v1
27+
uses: ruby/setup-ruby-pkgs@v1
2828
with:
2929
ruby-version: ${{ matrix.ruby }}
30+
apt-get: "haveged libyaml-dev"
31+
brew: libyaml
32+
vcpkg: libyaml
3033
bundler-cache: true
3134

3235
- name: Test things

0 commit comments

Comments
 (0)