From 4685c5ae707e8743b6ae28cb4eddf939b50ba99c Mon Sep 17 00:00:00 2001 From: Gator96100 <jupuerzi@gmx.at> Date: Mon, 5 Oct 2020 17:03:07 +0200 Subject: [PATCH] Enabled cache usage --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a40d2955c..e849d670b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -176,7 +176,7 @@ install: Write-Host "ProxSpace: move cache..." -NoNewLine - #Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force -ErrorAction SilentlyContinue + Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force -ErrorAction SilentlyContinue Write-Host "[ OK ]" -ForegroundColor Gree