ci : add git-lfs
ggml-ci
This commit is contained in:
parent
0dc0e9aa42
commit
2c7ff2c7ae
1 changed files with 2 additions and 1 deletions
3
.github/workflows/code-coverage.yml
vendored
3
.github/workflows/code-coverage.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue