Skip to content

Commit 402db69

Browse files
authored
Update cmake-single-platform.yml
1 parent 4b49506 commit 402db69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y libxml2-dev libssl-dev curl
28+
sudo apt-get install -y libxml2-dev libssl-dev libcurl4-openssl-dev
2929
3030
- name: Configure CMake
3131
# 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

Comments
 (0)