Skip to content

Commit cd5d857

Browse files
author
Samuel Rodriguez Sevilla
committed
Trying to use the good gcov
1 parent 22fa45b commit cd5d857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake-ubuntu-g++13.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: install
2626
run: sudo apt-get update && sudo apt-get install lcov
2727

28+
- name: configure required version of gcov
29+
run: sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-13 90
30+
2831
- name: Configure CMake
2932
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
3033
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)