diff --git a/appveyor.yml b/appveyor.yml index 5331c1472..ba798ab2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -176,10 +176,16 @@ install: Write-Host "ProxSpace: move cache..." -NoNewLine - New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\" + New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\" | Out-Null Copy-Item -Path "$env:proxspace_cache_path\*" -Destination "$env:proxspace_path\msys2\var\cache\" -Force -Recurse -ErrorAction SilentlyContinue + Get-ChildItem "$env:proxspace_path\msys2\var\cache\" + + Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\" + + Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\" + Write-Host "[ OK ]" -ForegroundColor Gree ExecUpdate "ProxSpace: initial msys2 startup..." $true