diff --git a/ci/checkformat.gitlab-ci.yml b/ci/checkformat.gitlab-ci.yml index c3603df72..ea1ec5663 100644 --- a/ci/checkformat.gitlab-ci.yml +++ b/ci/checkformat.gitlab-ci.yml @@ -34,7 +34,7 @@ checkformat:clangtidy: before_script: - apt-get update -y > /dev/null - apt-get install -y --no-install-recommends - git cmake ninja-build clang-tidy clang python3 > /dev/null + git cmake ninja-build clang-tidy clang python3 ca-certificates > /dev/null script: - mkdir -p .tidy-build - cmake -G Ninja -B .tidy-build