From 1c61c3bafc4e6ff510f72f8bd50bd3f0b3f735cd Mon Sep 17 00:00:00 2001 From: Andrew Fuller Date: Wed, 11 Dec 2024 01:49:57 +0000 Subject: [PATCH] fixup! fixup! merge base --- .github/workflows/code-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index a5c71dce0354..b9f5f71aab4f 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -184,7 +184,7 @@ jobs: # NOTE: may be inaccurate if we have >1 build runner on the same machine, using the same local cache ccache -z - cmake --preset clang-tidy + # cmake --preset clang-tidy nice -n 19 cmake --build --preset clang-tidy mkdir -p out ccache -s >> out/ccache.stats