mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Merge pull request #10373 from Icinga/Al2Klimov-patch-8
GitHub actions: run ninja with -v
This commit is contained in:
commit
84f719ee4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
|
|
@ -78,7 +78,7 @@ cmake \
|
|||
-DICINGA2_GROUP=$(id -gn) \
|
||||
$CMAKE_OPTS ..
|
||||
|
||||
ninja
|
||||
ninja -v
|
||||
|
||||
ninja test
|
||||
ninja install
|
||||
|
|
|
|||
Loading…
Reference in a new issue