diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index c18982c5a..5b9d9a122 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -16,7 +16,7 @@ jobs: - name: Dependencies run: | sudo apt-get update - sudo apt-get install build-essential gcc-8 + sudo apt-get install build-essential gcc-8 lcov - name: Build run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests