ci: compile the server with curl, add make option curl example in default cmake
This commit is contained in:
parent
7e782856bd
commit
df0d82289c
2 changed files with 3 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
||||||
id: make_build
|
id: make_build
|
||||||
env:
|
env:
|
||||||
LLAMA_FATAL_WARNINGS: 1
|
LLAMA_FATAL_WARNINGS: 1
|
||||||
|
LLAMA_USE_CURL: 1
|
||||||
run: |
|
run: |
|
||||||
CC=gcc-8 make -j $(nproc)
|
CC=gcc-8 make -j $(nproc)
|
||||||
|
|
||||||
|
|
3
.github/workflows/server.yml
vendored
3
.github/workflows/server.yml
vendored
|
@ -57,7 +57,8 @@ jobs:
|
||||||
cmake \
|
cmake \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
wget \
|
wget \
|
||||||
language-pack-en
|
language-pack-en \
|
||||||
|
libcurl4-openssl-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: cmake_build
|
id: cmake_build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue