From 837f426f19f892b0066bd5ffe99c39fc9730a5cf Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 8 May 2024 10:30:25 +0300 Subject: [PATCH] ci : try lfs true --- .github/workflows/code-coverage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index ebf02fd6a..e6f57793a 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -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