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 46fdbb43fa
commit 6c80db2c24
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -584,6 +584,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
@ -615,6 +617,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