We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9ae9 commit 698f01cCopy full SHA for 698f01c
.github/workflows/ccpp.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v1
22
- name: install deps
23
run: |
24
- sudo apt-get install libssl-dev sqlite3 cmake
+ sudo apt-get install libssl-dev sqlite3 cmake libcurl4 libcurl4-openssl-dev
25
26
- name: Create Build Environment
27
# Some projects don't allow in-source building, so create a separate build directory
0 commit comments