Skip to content

Commit

Permalink
Load libyaml-dev_0.2.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 29, 2023
1 parent 9e69774 commit 3f39afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
steps:
- name: Install dependencies
run:
- wget http://mirrors.kernel.org/ubuntu/pool/main/liby/libyaml/libyaml-dev_0.2.5-1_amd64.deb
- sudo apt-get install --yes ./libyaml-dev_0.2.5-1_amd64.deb
run: |
wget http://mirrors.kernel.org/ubuntu/pool/main/liby/libyaml/libyaml-dev_0.2.5-1_amd64.deb
sudo apt-get install --yes ./libyaml-dev_0.2.5-1_amd64.deb
- name: Clone repository
uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 3f39afa

Please sign in to comment.