diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bfc55f1..8f07dba 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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.