.gitlab-ci.yml: Correctly upgrade meson
.
This commit is contained in:
parent
4b6f92e6b3
commit
40c6f97326
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user