From 9d13776f34acf5cc9a9daea7e6719791fb3d40b3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 8 May 2024 10:24:53 +0300 Subject: [PATCH] ci : deps before checkout --- .github/workflows/code-coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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