diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/ci/deps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index f6f5018..c7968de 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -23,7 +23,6 @@ declare -r _DEPS_SH= # Dependency list declare -a DEPS_LIST=( - lcov valgrind ) |