server: tests: ci adding curl as it is not present by default in ubuntu base for the hf.sh script

This commit is contained in:
Pierrick HYMBERT 2024-02-23 02:19:47 +01:00
parent d0e0050843
commit 6e71126c12

View file

@ -32,7 +32,8 @@ jobs:
apt-get -y install \
build-essential \
cmake \
python3-pip
python3-pip \
curl
- name: Build
id: cmake_build