From 2c7ff2c7ae056bab5763adcf94546c52c6f59ff3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 8 May 2024 10:15:36 +0300 Subject: [PATCH] ci : add git-lfs ggml-ci --- .github/workflows/code-coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index f12c558f8..91b016710 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -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