From 4e9ad8038413fe660d60d9b3d89bd5e016de356b Mon Sep 17 00:00:00 2001 From: VintagePC <53943260+vintagepc@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:18:45 -0400 Subject: [PATCH] add lcov to packages --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 887c3e8..27d99d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: # setup base required dependencies - name: Setup dependencies run: | - sudo apt-get install gcc g++ cmake ninja-build python3-pyelftools python3-regex python3-polib + sudo apt-get install gcc g++ lcov cmake ninja-build python3-pyelftools python3-regex python3-polib # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout ${{ github.event.pull_request.head.ref }}