ci: Update to GTK 4.10.3

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1272>
This commit is contained in:
Sebastian Dröge 2023-06-01 20:11:33 +03:00
parent 093bc9b9cc
commit 5f8aaed96b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
set -eux
BRANCH=4.10.1
BRANCH=4.10.3
git clone https://gitlab.gnome.org/GNOME/gtk.git --branch $BRANCH --depth=1
cd gtk

View file

@ -3,7 +3,7 @@
$env:MESON_ARGS = "--prefix=C:\gst-install\"
# Download gtk and all its subprojects
git clone -b 4.10.1 --depth 1 https://gitlab.gnome.org/gnome/gtk.git C:\gtk
git clone -b 4.10.3 --depth 1 https://gitlab.gnome.org/gnome/gtk.git C:\gtk
if (!$?) {
Write-Host "Failed to clone gtk"
Exit 1