mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
[skip ci] Fix ci_install_lcov.sh
This commit is contained in:
parent
b993eb8852
commit
cbbe0acb25
@ -3,5 +3,5 @@
|
|||||||
echo yes | cpan DateTime Capture::Tiny
|
echo yes | cpan DateTime Capture::Tiny
|
||||||
|
|
||||||
wget -qO- https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0.tar.gz | tar xvz
|
wget -qO- https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0.tar.gz | tar xvz
|
||||||
(cd lcov && make install)
|
(cd lcov-2.0 && make install)
|
||||||
lcov --version
|
lcov --version
|
||||||
|
Loading…
Reference in New Issue
Block a user