Skip to content

Commit

Permalink
install libcurl during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolapagiaro committed Sep 20, 2023
1 parent 1e5facb commit d880710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install apt dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl # needed by faraday-patron gem

- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit d880710

Please sign in to comment.