Forráskód Böngészése

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

Stefan Profanter 5 éve
szülő
commit
5ccc9e2260
1 módosított fájl, 1 hozzáadás és 0 törlés
  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"