Skip to content

Commit 5f12053

Browse files
committed
.github/workflows/makefile.yml: install libcurl too!
Closes curl#22
1 parent 5cd4dd8 commit 5f12053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/makefile.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17+
- name: install libcurl
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install libcurl4-openssl-dev
21+
1722
- name: make
1823
run: make
1924

0 commit comments

Comments
 (0)