From 0b30bc00073b657c9750675ae14cc4c998127c3d Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 10 Aug 2021 09:17:24 +0200 Subject: [PATCH] chore: Maybe not ? --- .github/workflows/cmake.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.