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 2f1c272 commit 2df9c56Copy full SHA for 2df9c56
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: "Install dependencies"
26
run: |
27
sudo apt -y update
28
- sudo apt -y install libgtk-3-dev libalpm-dev libarchive-dev libcurl3
+ sudo apt -y install libgtk-3-dev libalpm-dev libarchive-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