Update appveyor.yml

This commit is contained in:
Iceman
2020-08-17 23:42:01 +02:00
committed by GitHub
parent 7d6401ce49
commit 7af9fd3fb5

View File

@@ -55,6 +55,11 @@ clone_script:
Write-Host "[ OK ]" -ForegroundColor Green
Write-Host "Removing ps startup_check.sh ..." -NoNewLine
Remove-Item -Recurse -Force -Path c:\ProxSpace\msys2\ps\startup_checks.sh
Write-Host "[ OK ]" -ForegroundColor Green
Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine