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 abd27fc commit b71c43cCopy full SHA for b71c43c
.github/workflows/build.yml
@@ -174,7 +174,7 @@ jobs:
174
id: depends
175
run: |
176
sudo apt-get update
177
- sudo apt-get install build-essential curl libcurl4-openssl-dev
+ sudo apt-get install build-essential libcurl4-openssl-dev
178
179
- name: Build
180
id: cmake_build
@@ -868,7 +868,7 @@ jobs:
868
DEBIAN_FRONTEND: noninteractive
869
870
apt update
871
- apt install -y cmake build-essential ninja-build libgomp1 git
+ apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
872
873
- name: Build with CMake
874
0 commit comments