ci: build: add libcurl in default make toolchain step for tests

This commit is contained in:
Pierrick HYMBERT 2024-03-16 20:06:18 +01:00
parent 78812c6d63
commit 1ad5a45210

View file

@ -45,6 +45,8 @@ jobs:
- name: Test
id: make_test
env:
LLAMA_CURL: 1
run: |
CC=gcc-8 make tests -j $(nproc)
make test -j $(nproc)