1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-11 21:18:51 +02:00

ci: Force submodules to be fetched first in VS2017 CI jobs

No idea why this is now suddenly not working.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2024-09-12 21:40:41 +01:00
parent ec0b708b98
commit f53843043e

@ -571,6 +571,8 @@ vs2017-x64:
- win32-ps
needs: []
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_DEPTH: 1
PYTHONUTF8: "1"
script:
# FIXME: These should use --wrap-mode=nodownload but the Windows CI machines
@ -602,6 +604,8 @@ vs2017-x64-static:
- win32-ps
needs: []
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_DEPTH: 1
PYTHONUTF8: "1"
script:
# FIXME: These should use --wrap-mode=nodownload but the Windows CI machines