summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-06-21 14:45:42 +0200
committerWerner Lemberg <wl@gnu.org>2022-06-21 14:45:42 +0200
commit40c6f97326172066c136052e155fc9bb5839695a (patch)
tree3616cbc0312d874a33f40eeb12e30fa46eb840d0
parent4b6f92e6b3d0d99a839448bc897673b849981997 (diff)
downloadfreetype2-40c6f97326172066c136052e155fc9bb5839695a.tar.gz
.gitlab-ci.yml: Correctly upgrade `meson`.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0774b7e3..a6f75d61c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ variables:
- Import-Certificate -CertStoreLocation "Cert:\LocalMachine\Root" "C:\roots.sst"
# Make sure meson is up to date so we don't need to rebuild the image
# with each release.
- - pip3 install 'meson==0.59.*'
+ - pip3 install -U 'meson==0.59.*'
- pip3 install --upgrade certifi
- pip3 install -U ninja