Skip to content

Commit

Permalink
Drop workaround with updated ubuntu-24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 5, 2024
1 parent dd0e210 commit ee568c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
# https://github.com/kachick/irb-power_assert/blob/104834846baf5caa1e8536a11c43acdd56fc849c/CONTRIBUTING.md#adding-dependencies-for-this-gem
BUNDLE_WITHOUT: development
steps:
- name: Install libyaml
if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt-get install --no-install-recommends --assume-yes libyaml-dev
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ee568c5

Please sign in to comment.