Parcourir la source

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

Stefan Profanter il y a 5 ans
Parent
commit
5ccc9e2260
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"