From eb2b59c2f1c14b8b6b77283d9c36107eca8d611d Mon Sep 17 00:00:00 2001 From: Alon Faraj Date: Thu, 31 Aug 2023 12:28:32 +0300 Subject: [PATCH] install lcov --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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