Browse Source

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

Stefan Profanter 5 years ago
parent
commit
5ccc9e2260
1 changed files with 1 additions and 0 deletions
  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"