From bebdf6dc2751842481195a34c66349bde3012773 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Mon, 5 Oct 2020 05:21:56 +0200 Subject: [PATCH] Tests --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index da2ade65a..329bf74c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -173,12 +173,12 @@ install: $PSInstallTime=[System.Environment]::TickCount - Write-Host "[ OK ]" -ForegroundColor Gree - Write-Host "ProxSpace: move cache..." -NoNewLine Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force + Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\" + Write-Host "[ OK ]" -ForegroundColor Gree ExecUpdate "ProxSpace: initial msys2 startup..." $true