chore: Back to inline script

This commit is contained in:
Francois Best 2021-08-10 09:22:47 +02:00
parent 0b30bc0007
commit 1776377222
1 changed files with 8 additions and 11 deletions

View File

@ -23,17 +23,14 @@ jobs:
with: with:
submodules: recursive submodules: recursive
# - name: Install coverage tools - name: Install coverage tools
# run: | run: |
# mkdir -p "$LCOV_ROOT" 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" 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" tar -xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT"
# echo "$LCOV_ROOT/bin" >> $GITHUB_PATH echo "$LCOV_ROOT/bin" >> $GITHUB_PATH
# which lcov shell: bash
# shell: bash - name: LCOV Info
- name: Info
run: which lcov
- name: Info
run: lcov --version run: lcov --version
- name: Configure CMake - name: Configure CMake