We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0b233 commit 3484dc8Copy full SHA for 3484dc8
.github/workflows/github-actions-clang-tidy.yml
@@ -18,7 +18,12 @@ jobs:
18
id: review
19
with:
20
build_dir: "./build"
21
- cmake_command: cmake . -B build
+ cmake_command: >-
22
+ which cmake &&
23
+ cmake --version &&
24
+ ls -l /usr/lib/x86_64-linux-gnu/cmake/yaml-cpp &&
25
+ dpkg -L libyaml-cpp-dev &&
26
+ cmake . -B build
27
config_file: ".clang-tidy"
28
exclude: "*/codeGenerator/templates/*,*/third-party/*"
29
split_workflow: true
0 commit comments