ci: compile the server with curl, add make option curl example in default cmake

This commit is contained in:
Pierrick HYMBERT 2024-03-16 13:52:17 +01:00
parent 7e782856bd
commit df0d82289c
2 changed files with 3 additions and 1 deletions

View file

@ -39,6 +39,7 @@ jobs:
id: make_build
env:
LLAMA_FATAL_WARNINGS: 1
LLAMA_USE_CURL: 1
run: |
CC=gcc-8 make -j $(nproc)

View file

@ -57,7 +57,8 @@ jobs:
cmake \
python3-pip \
wget \
language-pack-en
language-pack-en \
libcurl4-openssl-dev
- name: Build
id: cmake_build