ci: build: add libcurl in default make toolchain step for tests
This commit is contained in:
parent
78812c6d63
commit
1ad5a45210
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -45,6 +45,8 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
id: make_test
|
id: make_test
|
||||||
|
env:
|
||||||
|
LLAMA_CURL: 1
|
||||||
run: |
|
run: |
|
||||||
CC=gcc-8 make tests -j $(nproc)
|
CC=gcc-8 make tests -j $(nproc)
|
||||||
make test -j $(nproc)
|
make test -j $(nproc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue