소스 검색

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"