Skip to content

Commit

Permalink
Adds libraries for coverage and tests
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Melik-Merkumians <[email protected]>
  • Loading branch information
MartinMelikMerkumians committed Jan 8, 2024
1 parent 40124a7 commit b59d9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1

- name: Install libcap
run: sudo apt-get install -y libcap-dev
- name: Install libcap, lcov, and CppUTest
run: sudo apt-get install -y libcap-dev lcov cpputest

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit b59d9a7

Please sign in to comment.