From 4718001a52746db08d42a82631e4552abdb3edfa Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 22 Apr 2024 16:30:02 +0200 Subject: [PATCH] Launch kiwix-build verbose --- .github/scripts/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index 47d719b..e17d550 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -176,6 +176,7 @@ def run_kiwix_build( command.append("--fast-clone") command.append("--assume-packages-installed") command.append("--use-target-arch-name") + command.append("--verbose") command.extend(["--config", config]) if build_deps_only: command.append("--build-deps-only")