[CI] Do not try to install packages in the CI.
On the CI, packages should be already installed. Don't try to install with kiwix-build.
This commit is contained in:
parent
73e0cec0aa
commit
ed999d61af
|
@ -133,7 +133,6 @@ def run_kiwix_build(
|
||||||
command.append(target)
|
command.append(target)
|
||||||
command.append("--hide-progress")
|
command.append("--hide-progress")
|
||||||
command.append("--fast-clone")
|
command.append("--fast-clone")
|
||||||
if platform == "flatpak" or platform.startswith("win32_"):
|
|
||||||
command.append("--assume-packages-installed")
|
command.append("--assume-packages-installed")
|
||||||
if target == "kiwix-lib-app" and platform.startswith("android_"):
|
if target == "kiwix-lib-app" and platform.startswith("android_"):
|
||||||
command.extend(["--target-platform", "android", "--android-arch", platform[8:]])
|
command.extend(["--target-platform", "android", "--android-arch", platform[8:]])
|
||||||
|
|
Loading…
Reference in New Issue