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