Commit 40c6f97326172066c136052e155fc9bb5839695a

Werner Lemberg 2022-06-21T14:45:42

.gitlab-ci.yml: Correctly upgrade `meson`.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0774b7..a6f75d6 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