From 177637722297c99b9daff3fc4a839291132516f4 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 10 Aug 2021 09:22:47 +0200 Subject: [PATCH] chore: Back to inline script --- .github/workflows/cmake.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8f07dba..c88ddff 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,17 +23,14 @@ jobs: with: submodules: recursive - # - name: Install coverage tools - # run: | - # mkdir -p "$LCOV_ROOT" - # wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.14.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz" - # tar xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT" - # echo "$LCOV_ROOT/bin" >> $GITHUB_PATH - # which lcov - # shell: bash - - name: Info - run: which lcov - - name: Info + - name: Install coverage tools + run: | + mkdir -p "$LCOV_ROOT" + wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.14.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz" + tar -xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT" + echo "$LCOV_ROOT/bin" >> $GITHUB_PATH + shell: bash + - name: LCOV Info run: lcov --version - name: Configure CMake