Skip to content

Commit

Permalink
build: move the make build with env LLAMA_CURL to a dedicated place
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 16, 2024
1 parent d81acb6 commit dbd9691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbd9691

Please sign in to comment.