From 30a6827bd04e6aa0cfb38e6b42eb111b287fabea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Thu, 18 Apr 2024 19:08:32 +0200 Subject: [PATCH] CI: Use ctcache for clazy too --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0213e96..9c6d2d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,4 +37,4 @@ jobs: - name: Run clazy uses: ./.github/actions/run-linter with: - lint_program_with_args: clazy-standalone -p build --checks=level1,no-fully-qualified-moc-types,no-non-pod-global-static + lint_program_with_args: clang-tidy-cache clazy-standalone -p build --checks=level1,no-fully-qualified-moc-types,no-non-pod-global-static