Explorar o código

CI: Add git sobmodule sync to make sure urls are correct

Stefan Profanter %!s(int64=5) %!d(string=hai) anos
pai
achega
5ccc9e2260
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tools/appveyor/install.ps1

+ 1 - 0
tools/appveyor/install.ps1

@@ -1,6 +1,7 @@
 $ErrorActionPreference = "Stop"
 
 try {
+    & git submodule sync
     & git submodule --quiet update --init --recursive
 
     Write-Host -ForegroundColor Green "`n### CMake and Python pre-installed AppVeyor Windows build VMs ###`n"