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