Skip to content

Commit 8e422a9

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Version checking for more C/C++ tools
1 parent e53d34d commit 8e422a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cpp-linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
echo "-----------"
4545
vcpkg --version
4646
echo "-----------"
47-
47+
lcov --version
48+
echo "-----------"
49+
gcovr --version
50+
echo "-----------"
51+
4852
- name: Install dependencies
4953
run: |
5054
make dependencies

0 commit comments

Comments
 (0)