Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 7, 2023
1 parent 21311a8 commit 210d3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
sudo mkdir -p /opt/hostedtoolcache
sudo chown runner -R /opt/hostedtoolcache
apt update
apt install -y libyaml-dev
sudo apt update
sudo apt install -y libyaml-dev
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 210d3ab

Please sign in to comment.