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

Commit 1758113

Browse files
committed
install libcurl
1 parent e2e17bd commit 1758113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Install cURL Headers
14+
run: sudo apt-get install libcurl4-openssl-dev
1315
- uses: ruby/setup-ruby@v1
1416
with:
1517
bundler-cache: true

0 commit comments

Comments
 (0)