summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-11-02 08:11:55 -0500
committerMarge Bot <marge-bot@gnome.org>2022-11-02 13:12:45 +0000
commita2f206dcbd38ce79e8f5ee957056048e65dcf69b (patch)
tree771251736fc6129052f201d31d293c4a25b5d96e
parent09551581bb27b945cee8e176da32439a01d83b70 (diff)
downloadglib-networking-a2f206dcbd38ce79e8f5ee957056048e65dcf69b.tar.gz
ci: use gvsbuild glib-2.74.0 branch
The branch we were using has been deleted. Part-of: <https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/228>
-rw-r--r--.gitlab-ci/test-msvc.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index 4889518..d99d92f 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -10,7 +10,7 @@ set BUILD_DIR=c:\gnet
IF EXIST %BUILD_DIR% GOTO NOGVSBUILD
-git clone --depth 1 https://github.com/wingtk/gvsbuild.git -b glib-2.73.3 || goto :error
+git clone --depth 1 https://github.com/wingtk/gvsbuild.git -b glib-2.74.0 || goto :error
pushd gvsbuild
python.exe build.py --verbose --debug build -p x64 --vs-ver 15 --build-dir %BUILD_DIR% openssl glib || goto :error