Explorar el Código

CI: Use debug symbols for check to avoid missing .pdb warnings

Stefan Profanter hace 5 años
padre
commit
26647b259b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/appveyor/install.ps1

+ 1 - 1
tools/appveyor/install.ps1

@@ -48,7 +48,7 @@ try {
 
     if ($env:CC_SHORTNAME -eq "vs2015") {
         Write-Host -ForegroundColor Green "`n### Installing libcheck ###`n"
-        & appveyor DownloadFile https://github.com/Pro/check/releases/download/0.12.0_win/check.zip
+        & appveyor DownloadFile https://github.com/Pro/check/releases/download/0.12.0_dbg/check.zip
         & 7z x check.zip -oc:\ -bso0 -bsp0
 
         Write-Host -ForegroundColor Green "`n### Installing DrMemory ###`n"