summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-07-29 20:12:46 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-07-29 19:56:11 +0000
commitf3a324c1a50f68605abcef4710dc8528b13fc38d (patch)
treef102f756a1c14e4fadd3c4ba1b63b741df8e52b3 /ci
parent5966905930ba37f3180ef8707ec8350380c1641d (diff)
downloadgstreamer-f3a324c1a50f68605abcef4710dc8528b13fc38d.tar.gz
ci: Update the windows image
Mainly to get newer meson Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2812>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/windows/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile
index 77ba0a1db0..8af60a303a 100644
--- a/ci/docker/windows/Dockerfile
+++ b/ci/docker/windows/Dockerfile
@@ -51,7 +51,7 @@ RUN Get-ChildItem C:\BuildTools
RUN Get-ChildItem C:\BuildTools\VC\Tools\MSVC
RUN Get-ChildItem 'C:\Program Files (x86)\Windows Kits\10\lib'
-RUN pip3 install meson==0.60.3
+RUN pip3 install meson==0.62.2
RUN 'git config --global user.email "cirunner@gstreamer.freedesktop.org"; git config --global user.name "GStreamer CI system"'