From b71c43c294c5b6a7a85ab02954b37f49fc551da4 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Mon, 20 Jan 2025 14:52:40 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 526173641..f9de72abd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,7 +174,7 @@ jobs: id: depends run: | sudo apt-get update - sudo apt-get install build-essential curl libcurl4-openssl-dev + sudo apt-get install build-essential libcurl4-openssl-dev - name: Build id: cmake_build @@ -868,7 +868,7 @@ jobs: DEBIAN_FRONTEND: noninteractive run: | apt update - apt install -y cmake build-essential ninja-build libgomp1 git + apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git - name: Build with CMake run: |