[gimp-help/wip/wormnest/ci] ci: pip install libxml2




commit e15efbb2d6cbb4a137e9982819b2d7dc0658e96c
Author: Jacob Boerema <jgboerema gmail com>
Date:   Wed Jun 2 18:13:04 2021 -0400

    ci: pip install libxml2

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88e8b1b8d..d6da482ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,7 @@ build-debian:
         python3
         xsltproc
   script:
+    - python3 pip install libxml2
     - mkdir _build
     - cd _build
     - ../autogen.sh --prefix=${INSTALL_PREFIX} --without-gimp


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]