diff --git a/script/ci_install_lcov.sh b/script/ci_install_lcov.sh index 2dbe193..1dda243 100755 --- a/script/ci_install_lcov.sh +++ b/script/ci_install_lcov.sh @@ -3,5 +3,5 @@ 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 -(cd lcov && make install) +(cd lcov-2.0 && make install) lcov --version