ci : try lfs true
This commit is contained in:
parent
9d13776f34
commit
837f426f19
1 changed files with 3 additions and 2 deletions
5
.github/workflows/code-coverage.yml
vendored
5
.github/workflows/code-coverage.yml
vendored
|
@ -16,11 +16,12 @@ jobs:
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install build-essential gcc-8 lcov git-lfs
|
sudo apt-get install build-essential gcc-8 lcov
|
||||||
git-lfs install
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests
|
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue