mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 09:15:04 +02:00
ci : add git-lfs
ggml-ci
This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
||||
- name: Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential gcc-8 lcov
|
||||
sudo apt-get install build-essential gcc-8 lcov git-lfs
|
||||
git-lfs install
|
||||
|
||||
- name: Build
|
||||
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests
|
||||
|
||||
Reference in New Issue
Block a user