chore: Back to inline script
This commit is contained in:
parent
0b30bc0007
commit
1776377222
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue