From 69b6e36b8d38b4e08f3b1f0039f110e1d54853a9 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Wed, 29 Nov 2023 19:12:42 -0600 Subject: [PATCH] Set clang tidy version to 10 for CI build --- .github/workflows/unstable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 41d48422..ff059be4 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -33,7 +33,7 @@ jobs: run: | apt update apt upgrade -y - apt install -y clang-tidy + apt install -y clang-tidy-10 - name: Build and Tests uses: tesseract-robotics/colcon-action@v4