Fix cmake -B param in clang tidy action

This commit is contained in:
David Capello 2024-02-27 14:11:02 -03:00
parent 351d9c863f
commit 03403953f3

View File

@ -23,7 +23,7 @@ jobs:
libfreetype6-dev, libharfbuzz-dev, zlib1g-dev, libx11-dev,
libxcursor-dev, libxi-dev, libgl1-mesa-dev
cmake_command: |
cmake -S . B build -DCMAKE_BUILD_TYPE=Debug -DLAF_BACKEND=none -DCMAKE_EXPORT_COMPILE_COMMANDS=on
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DLAF_BACKEND=none -DCMAKE_EXPORT_COMPILE_COMMANDS=on
- uses: ZedThree/clang-tidy-review/upload@v0.17.1
id: upload-review
- if: steps.review.outputs.total_comments > 0