浏览代码

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

Stefan Profanter 5 年之前
父节点
当前提交
5ccc9e2260
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"