chore: Cannot install as non-root

This commit is contained in:
Francois Best 2021-08-10 09:58:17 +02:00
parent b7c66374e9
commit 903c62eaa6
1 changed files with 3 additions and 3 deletions

View File

@ -29,10 +29,10 @@ jobs:
mkdir -p "$LCOV_ROOT"
wget https://github.com/linux-test-project/lcov/releases/download/v1.15/lcov-1.15.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz"
tar -xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT"
cd "$LCOV_ROOT"
make install
echo "$LCOV_ROOT/bin" >> $GITHUB_PATH
shell: bash
- name: lcov info
- name: LCOV version
run: lcov --version
- name: Configure CMake