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:
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