chore: Maybe not ?

This commit is contained in:
Francois Best 2021-08-10 09:17:24 +02:00
parent 064e92c887
commit 0b30bc0007
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ jobs:
# which lcov
# shell: bash
- name: Info
run: which lcov && lcov --version
run: which lcov
- name: Info
run: lcov --version
- 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.