Skip to content

Commit

Permalink
add dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jun 28, 2024
1 parent c198337 commit aa3e04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Add dependencies
run: apt-get install libcurl4-openssl-dev

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit aa3e04e

Please sign in to comment.