Skip to content

Commit

Permalink
I don't know why appeared only in 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 20, 2024
1 parent 6f22ee1 commit bdb68eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
steps:
# libyaml is needed for psych, see https://github.com/actions/runner-images/issues/9895
# GitHub installs libyaml-dev in latest runners, but often dropped in new runners.
# So, make sure to check here even if using runner installed.
- name: Install libyaml
if: startsWith(matrix.os, 'ubuntu-')
if: matrix.ruby == '3.2'
run: sudo apt-get install --no-install-recommends --assume-yes libyaml-dev
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # v1.177.0
Expand Down

0 comments on commit bdb68eb

Please sign in to comment.