[gdk-pixbuf/ebassi/for-master: 2/5] ci: Specify 0.56.2 as the installed Meson version




commit 676533c04995bb7777024b16460c115bf37b35dd
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Apr 16 19:25:03 2021 +0100

    ci: Specify 0.56.2 as the installed Meson version
    
    According to @xclaesse, this version seems to work when it comes to
    resolving the dependency of libpng and libjpeg.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19f7516d3..7887596f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ macos:
   tags:
     - macos
   before_script:
-    - pip3 install --user meson==0.56
+    - pip3 install --user meson==0.56.2
     - pip3 install --user ninja
     - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
   script:


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