Skip to content

Commit b71c43c

Browse files
authored
Update build.yml
1 parent abd27fc commit b71c43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
id: depends
175175
run: |
176176
sudo apt-get update
177-
sudo apt-get install build-essential curl libcurl4-openssl-dev
177+
sudo apt-get install build-essential libcurl4-openssl-dev
178178
179179
- name: Build
180180
id: cmake_build
@@ -868,7 +868,7 @@ jobs:
868868
DEBIAN_FRONTEND: noninteractive
869869
run: |
870870
apt update
871-
apt install -y cmake build-essential ninja-build libgomp1 git
871+
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
872872
873873
- name: Build with CMake
874874
run: |

0 commit comments

Comments
 (0)