Merge pull request #10373 from Icinga/Al2Klimov-patch-8

GitHub actions: run ninja with -v
This commit is contained in:
Yonas Habteab 2025-03-12 11:57:40 +01:00 committed by GitHub
commit 84f719ee4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ cmake \
-DICINGA2_GROUP=$(id -gn) \
$CMAKE_OPTS ..
ninja
ninja -v
ninja test
ninja install