Skip to content

Commit

Permalink
Fix linting job in GitHub Actions
Browse files Browse the repository at this point in the history
This removes the installation of a different libyaml version. This now
makes the installation of Psych fail and is no longer needed.
  • Loading branch information
mvz committed Oct 13, 2024
1 parent a9b6e70 commit b83298d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install newer libyaml for consistent normalization
run: |
wget http://mirrors.kernel.org/ubuntu/pool/main/liby/libyaml/libyaml-0-2_0.2.5-1_amd64.deb
sudo apt-get install ./libyaml-0-2_0.2.5-1_amd64.deb
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit b83298d

Please sign in to comment.