diff --git a/scripts/ci_build_and_test_in_container.sh b/scripts/ci_build_and_test_in_container.sh index 05318d8..c9266e7 100755 --- a/scripts/ci_build_and_test_in_container.sh +++ b/scripts/ci_build_and_test_in_container.sh @@ -33,8 +33,6 @@ if [[ -z "${CMAKE_BUILD_TYPE}" ]]; then fi if [[ "$*" == *--code-coverage* ]]; then - apt-get update - apt-get install -y --no-install-recommends lcov ENABLE_COVERAGE=ON else ENABLE_COVERAGE=OFF