ci : try lfs true

This commit is contained in:
Georgi Gerganov 2024-05-08 10:30:25 +03:00
parent 9d13776f34
commit 837f426f19
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -16,11 +16,12 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential gcc-8 lcov git-lfs
git-lfs install
sudo apt-get install build-essential gcc-8 lcov
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Build
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests