From 7581a2032a34f600903db99cc644697da72c598f Mon Sep 17 00:00:00 2001 From: Algiane Froehly Date: Mon, 8 Apr 2024 11:31:46 +0200 Subject: [PATCH] Remove gcov install. --- .github/workflows/code-cov.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code-cov.yml b/.github/workflows/code-cov.yml index 65556abe2..503ed3d1d 100644 --- a/.github/workflows/code-cov.yml +++ b/.github/workflows/code-cov.yml @@ -104,10 +104,6 @@ jobs: cmake .. make install - - name: Install gcov - #if: inputs.CODE_COVERAGE - run: sudo apt install gcov - # checkout the provided branch name if workflow is manually run - uses: actions/checkout@v3 if: inputs.branch_name