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:
parent
d0e0050843
commit
6e71126c12
1 changed files with 2 additions and 1 deletions
3
.github/workflows/server-test.yml
vendored
3
.github/workflows/server-test.yml
vendored
|
@ -32,7 +32,8 @@ jobs:
|
|||
apt-get -y install \
|
||||
build-essential \
|
||||
cmake \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
curl
|
||||
|
||||
- name: Build
|
||||
id: cmake_build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue