Add ca-certificates to clang-tidy CI job

libeigen/eigen!2230

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-28 09:12:13 -08:00
parent 444ae9761d
commit 77d9173596

View File

@@ -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