diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 91b016710..ebf02fd6a 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -13,15 +13,15 @@ jobs: run: runs-on: ubuntu-20.04 steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Dependencies run: | sudo apt-get update sudo apt-get install build-essential gcc-8 lcov git-lfs git-lfs install + - name: Checkout + uses: actions/checkout@v4 + - name: Build run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests