summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-16 19:25:03 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-16 23:33:27 +0100
commit676533c04995bb7777024b16460c115bf37b35dd (patch)
tree826d85747e0f45d6d002e1808b7516c24dac5175 /.gitlab-ci.yml
parentc44312e579c7e91ea8dd8ecca96e47f805294434 (diff)
downloadgdk-pixbuf-676533c04995bb7777024b16460c115bf37b35dd.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: