Skip to content

Commit b5caac9

Browse files
authored
Merge pull request #158 from publify/fix-github-actions-linting
Fix linting job in GitHub Actions
2 parents a9b6e70 + b83298d commit b5caac9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747

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

0 commit comments

Comments
 (0)