Update build.yml

This commit is contained in:
Olivier Chafik 2025-01-20 14:52:40 +00:00 committed by GitHub
parent abd27fc7a2
commit b71c43c294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |