Skip to content

Commit 06ba398

Browse files
committed
Fix cmake command in clang-tidy action
1 parent 3f84101 commit 06ba398

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/clang-tidy.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
libfreetype6-dev, libharfbuzz-dev, zlib1g-dev, libx11-dev,
2525
libxcursor-dev, libxi-dev, libgl1-mesa-dev, ninja-build
2626
cmake_command: |
27-
cmake . -G Ninja \
28-
-DCMAKE_BUILD_TYPE=Debug \
29-
-DLAF_BACKEND=none
27+
cmake . -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLAF_BACKEND=none
3028
- uses: ZedThree/clang-tidy-review/upload@v0.17.1
3129
id: upload-review
3230
- if: steps.review.outputs.total_comments > 0

0 commit comments

Comments
 (0)