mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01: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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user