From c493487de02123006d15c2f15e8394d56daade51 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 16 Apr 2021 19:25:03 +0100 Subject: 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: -- cgit v1.2.1