From 77d91735966f4c7b0a5a985e09e966bda9331262 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen <4643818-rmlarsen1@users.noreply.gitlab.com> Date: Sat, 28 Feb 2026 09:12:13 -0800 Subject: [PATCH] Add ca-certificates to clang-tidy CI job libeigen/eigen!2230 Co-authored-by: Rasmus Munk Larsen --- ci/checkformat.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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