Skip to content

Commit fb4703d

Browse files
ppisarfhbash
authored andcommitted
CI: Install librpm-dev for Code Coverage
Code Coverage workflow failed: -- Checking for module 'rpm' -- Package 'rpm', required by 'virtual:world', not found CMake Error at /usr/local/share/cmake-3.31/Modules/FindPkgConfig.cmake:645 (message): The following required packages were not found: - rpm The cause was that no package with developmental files for RPM was installed.
1 parent f80d2d2 commit fb4703d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Install Dependencies
23-
run: sudo apt install lcov libgmock-dev libgtest-dev libyaml-cpp-dev swig -y
23+
run: sudo apt install lcov libgmock-dev librpm-dev libgtest-dev libyaml-cpp-dev swig -y
2424

2525
- name: Configure
2626
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DWITH_CODE_COVERAGE=ON

0 commit comments

Comments
 (0)