build: move the make build with env LLAMA_CURL to a dedicated place

This commit is contained in:
Pierrick HYMBERT 2024-03-16 22:01:19 +01:00
parent d81acb6847
commit dbd969142e

View file

@ -33,7 +33,7 @@ jobs:
id: depends
run: |
sudo apt-get update
sudo apt-get install build-essential gcc-8 libcurl4-openssl-dev
sudo apt-get install build-essential gcc-8
- name: Build
id: make_build