chore: Cannot install as non-root
This commit is contained in:
parent
b7c66374e9
commit
903c62eaa6
|
|
@ -29,10 +29,10 @@ jobs:
|
||||||
mkdir -p "$LCOV_ROOT"
|
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"
|
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"
|
tar -xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C "$LCOV_ROOT"
|
||||||
cd "$LCOV_ROOT"
|
echo "$LCOV_ROOT/bin" >> $GITHUB_PATH
|
||||||
make install
|
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: lcov info
|
|
||||||
|
- name: LCOV version
|
||||||
run: lcov --version
|
run: lcov --version
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue