From cc5f01d47f3ebd2f89f5a9e683d09fa96fd6146a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 12 Mar 2025 09:57:16 +0100 Subject: [PATCH] GitHub actions: run ninja with -v to show all compiler flags. --- .github/workflows/linux.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index f493633ef..a94f7d1b7 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -78,7 +78,7 @@ cmake \ -DICINGA2_GROUP=$(id -gn) \ $CMAKE_OPTS .. -ninja +ninja -v ninja test ninja install