Update build.yml

This commit is contained in:
Olivier Chafik 2025-01-20 12:41:04 +00:00 committed by GitHub
parent 2984d3cade
commit abd27fc7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@ jobs:
id: depends id: depends
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev sudo apt-get install build-essential curl libcurl4-openssl-dev
- name: Build - name: Build
id: cmake_build id: cmake_build