From 6e71126c129a95360408ba8e3a3b6daf611998d2 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Fri, 23 Feb 2024 02:19:47 +0100 Subject: [PATCH] server: tests: ci adding curl as it is not present by default in ubuntu base for the hf.sh script --- .github/workflows/server-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index e7e9dff0f..589cbf956 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -32,7 +32,8 @@ jobs: apt-get -y install \ build-essential \ cmake \ - python3-pip + python3-pip \ + curl - name: Build id: cmake_build