ci: build, fix the default build to use LLAMA_CURL
This commit is contained in:
parent
5d99f3224f
commit
921e4af930
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
id: make_build
|
id: make_build
|
||||||
env:
|
env:
|
||||||
LLAMA_FATAL_WARNINGS: 1
|
LLAMA_FATAL_WARNINGS: 1
|
||||||
LLAMA_USE_CURL: 1
|
LLAMA_CURL: 1
|
||||||
run: |
|
run: |
|
||||||
CC=gcc-8 make -j $(nproc)
|
CC=gcc-8 make -j $(nproc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue