Skip to content

Commit

Permalink
Use libcurl4-openssl-dev intead of libcurl-dev for cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Jun 10, 2024
1 parent eeba97a commit dbf63e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake check libmicrohttpd-dev libsystemd-dev libcurl-dev
sudo apt-get install -y cmake check libmicrohttpd-dev libsystemd-dev libcurl4-openssl-dev
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_VERBOSE_MAKEFILE:BOOL=on
Expand Down

0 comments on commit dbf63e9

Please sign in to comment.