From ee9eed5253cd37681ccc406ccb160e62b1d3bca7 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Wed, 29 Nov 2023 19:25:01 -0600 Subject: [PATCH] Update unstable.yml --- .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 ff059be4..0acc0d49 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-10 + apt install -y clang-tidy-11 - name: Build and Tests uses: tesseract-robotics/colcon-action@v4