Skip to content

Commit 3484dc8

Browse files
committed
debug
Signed-off-by: Sombrio <[email protected]>
1 parent fd0b233 commit 3484dc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github-actions-clang-tidy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
id: review
1919
with:
2020
build_dir: "./build"
21-
cmake_command: cmake . -B build
21+
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
2227
config_file: ".clang-tidy"
2328
exclude: "*/codeGenerator/templates/*,*/third-party/*"
2429
split_workflow: true

0 commit comments

Comments
 (0)