From dfcf5f666e08c2ac1c74090ca3bc57948af3131c Mon Sep 17 00:00:00 2001 From: Nicolas Werner <nicolas.werner@hotmail.de> Date: Thu, 15 Apr 2021 21:09:11 +0200 Subject: [PATCH] Sudo not needed for install --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 2d0383059..c56b6a29b 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -9,5 +9,5 @@ mkdir -p build-lcov curl -L http://downloads.sourceforge.net/ltp/lcov-1.14.tar.gz -o lcov-1.14.tar.gz tar xfz lcov-1.14.tar.gz cd lcov-1.14/ - sudo make install ) + make install ) -- GitLab