[json-glib] ci: Add git to the dependencies



commit 956a91644bf11696415ba48e96446e4953d9885b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 9 17:18:40 2021 +0000

    ci: Add git to the dependencies
    
    Otherwise `meson dist` will fail.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb3c392..22fd4c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - build
 
 before_script:
-  - dnf install -y gcc gettext glib2-devel gobject-introspection-devel gtk-doc meson ninja-build 
redhat-rpm-config
+  - dnf install -y gcc gettext git glib2-devel gobject-introspection-devel gtk-doc meson ninja-build 
redhat-rpm-config
 
 build-json-glib:
   stage: build


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