From 4cc51ff9af732a0e73f53038930c82582f0956f8 Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Thu, 8 Aug 2024 16:25:23 +0200 Subject: [PATCH] fixup --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b12df9aa..7ccfb95f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -190,6 +190,8 @@ jobs: cd htool/ lcov --capture --base-directory ./ --directory build/ --output-file coverage.info lcov --remove coverage.info '/usr/*' '*/hpddm/*' --output-file coverage.info + apt-get update + apt-get install -y --no-install-recommends gpg gpg-agent - name: Upload coverage to Codecov if: matrix.CODE_COVERAGE == 'ON'