From cbbe0acb25dc95a0e483a95ab737296be0c60533 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 21 Feb 2024 20:06:32 +0100 Subject: [PATCH] [skip ci] Fix ci_install_lcov.sh --- script/ci_install_lcov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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