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

This commit is contained in:
Werner Lemberg 2022-06-21 14:45:42 +02:00
parent 4b6f92e6b3
commit 40c6f97326
1 changed files with 1 additions and 1 deletions

View File

@ -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