mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Fix cmake -B param in clang tidy action
This commit is contained in:
parent
351d9c863f
commit
03403953f3
2
.github/workflows/clang_tidy.yml
vendored
2
.github/workflows/clang_tidy.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
libfreetype6-dev, libharfbuzz-dev, zlib1g-dev, libx11-dev,
|
libfreetype6-dev, libharfbuzz-dev, zlib1g-dev, libx11-dev,
|
||||||
libxcursor-dev, libxi-dev, libgl1-mesa-dev
|
libxcursor-dev, libxi-dev, libgl1-mesa-dev
|
||||||
cmake_command: |
|
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
|
- uses: ZedThree/clang-tidy-review/upload@v0.17.1
|
||||||
id: upload-review
|
id: upload-review
|
||||||
- if: steps.review.outputs.total_comments > 0
|
- if: steps.review.outputs.total_comments > 0
|
||||||
|
Loading…
Reference in New Issue
Block a user