We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d575f commit f9a2ebcCopy full SHA for f9a2ebc
1 file changed
.github/workflows/style-check.yml
@@ -43,6 +43,7 @@ jobs:
43
-DBUILD_TESTS=ON \
44
-DCMAKE_BUILD_TYPE=Debug \
45
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
46
- -DCMAKE_CXX_FLAGS='-march=tigerlake'
+ -DCMAKE_CXX_FLAGS='-march=tigerlake' \
47
+ .
48
- name: Check
49
run: run-clang-tidy -p _build
0 commit comments