summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuthaDev <anuthadev@gmail.com>2021-10-02 10:52:15 +0000
committerAnuthaDev <anuthadev@gmail.com>2021-10-02 14:11:17 +0000
commit3a65f1a2152b4222ec1e97f6a3229d8fd04c76aa (patch)
tree6d57ebb3d30241d0082d5195fc90334279ace7c3
parent311764fabbd9a1e2bcd2cf6a2f557cb3ff4e832b (diff)
downloadfreetype2-3a65f1a2152b4222ec1e97f6a3229d8fd04c76aa.tar.gz
CI: Hardcode meson version to fix build failure on windows
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8f0b009a..bc91dc639 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,8 @@ variables:
before_script:
# Make sure meson is up to date, so we don't need to rebuild the image
# with each release.
- - pip3 install -U meson ninja
+ - pip3 install meson==0.59.1
+ - pip3 install -U ninja
script:
# For some reason, options are separated by newlines instead of spaces,
# so we have to replace them first.