mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
ci: Update the windows image
Mainly to get newer meson Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2812>
This commit is contained in:
parent
5966905930
commit
f3a324c1a5
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ variables:
|
|||
###
|
||||
FEDORA_TAG: '2022-03-14.0'
|
||||
INDENT_TAG: '2022-03-07.1'
|
||||
WINDOWS_TAG: "2022-05-16.1"
|
||||
WINDOWS_TAG: "2022-07-29.0"
|
||||
|
||||
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||
|
|
|
@ -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"'
|
||||
|
||||
|
|
Loading…
Reference in a new issue