fix for ci and fetchcontent build

replace cmake --build with actual command in github format workflow for faster checking
This commit is contained in:
Bechir Braham
2024-04-09 17:38:34 +02:00
parent 0755de309e
commit ea17a640cf
4 changed files with 4 additions and 6 deletions

View File

@ -13,9 +13,7 @@ jobs:
pwd
mkdir build
cd build
cmake ..
cmake --build . --target=check-format
find \( -name "*.cpp" -o -name "*.hpp" \) -not -path "./build/*" | xargs -I {} -n 1 -P 10 bash -c "clang-format -i -style=\"file:.clang-format\" {}"