Signed-off-by: Krzysztof Kozlowski --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 589ad66280f5..389c47dcd781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,11 +102,13 @@ jobs: run: | echo "Bootstraping in mode: $MODE" if [ "$MODE" = "maintainer" ]; then - ./bootstrap-configure + ./bootstrap-configure \ + --disable-silent-rules else ./bootstrap && \ ./configure \ --disable-systemd \ + --disable-silent-rules \ --prefix=/usr \ --enable-ese \ --sysconfdir=/etc \ -- 2.30.2