We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2456698 commit cc42e7eCopy full SHA for cc42e7e
1 file changed
.github/workflows/static-analysis-pr.yml
@@ -29,7 +29,6 @@ jobs:
29
cmake -S . -B build -G Ninja
30
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
31
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
32
- config_file: .clang-tidy
33
exclude: 3rdparty
34
split_workflow: true
35
clang_tidy_version: "19"
@@ -62,7 +61,6 @@ jobs:
62
61
63
64
65
66
67
68
0 commit comments