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