[rhythmbox/wip/hadess/latest-meson: 2/2] ci: Install latest meson




commit 0fe3a388fac73a5d4217aed510d65976850734c4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 4 10:23:16 2022 +0200

    ci: Install latest meson

 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b1de2559..63a305855 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,6 @@ stages:
   - test
 
 variables:
-  MESON_VER: 0.62.0
-
   UBUNTU_DEPS:
     build-essential
     desktop-file-utils
@@ -64,7 +62,7 @@ before_script:
   - export DEBIAN_FRONTEND=noninteractive
   - apt-get update
   - apt-get install -y $UBUNTU_DEPS
-  - pip3 install meson==$MESON_VER
+  - pip3 install meson
 
 test:
   stage: test


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