Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
install libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Jul 15, 2022
1 parent e2e17bd commit 1758113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cURL Headers
run: sudo apt-get install libcurl4-openssl-dev
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit 1758113

Please sign in to comment.