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 4b49506 commit 402db69Copy full SHA for 402db69
.github/workflows/cmake-single-platform.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
sudo apt-get update
28
- sudo apt-get install -y libxml2-dev libssl-dev curl
+ sudo apt-get install -y libxml2-dev libssl-dev libcurl4-openssl-dev
29
30
- name: Configure CMake
31
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments