Skip to content

Commit

Permalink
Re-add ninja to the tidy application
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Nov 11, 2024
1 parent a8e3371 commit c9e0256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
git submodule update --init
mkdir -p build && cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DTESTING=ON -GNinja
ninja
sed -i 's/-fprofile-abs-path //g' compile_commands.json
run-clang-tidy ../ ./ -clang-tidy-binary=$(which clang-tidy-19) -quiet -j $(nproc)

0 comments on commit c9e0256

Please sign in to comment.