We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fa45b commit cd5d857Copy full SHA for cd5d857
.github/workflows/cmake-ubuntu-g++13.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: install
26
run: sudo apt-get update && sudo apt-get install lcov
27
28
+ - name: configure required version of gcov
29
+ run: sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-13 90
30
+
31
- name: Configure CMake
32
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
33
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments