Enabled cache creation

This commit is contained in:
Gator96100 2020-10-05 15:40:17 +02:00
commit 21251b3220

View file

@ -269,11 +269,11 @@ build_script:
cd $env:proxspace_path cd $env:proxspace_path
#./runme64.bat -c "yes | pacman -Sc > /dev/null 2>&1" ./runme64.bat -c "yes | pacman -Sc > /dev/null 2>&1"
#Remove-Item -Recurse -Force -Path "$env:proxspace_cache_path" -ErrorAction SilentlyContinue Remove-Item -Recurse -Force -Path "$env:proxspace_cache_path" -ErrorAction SilentlyContinue
#Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force
Write-Host "[ OK ]" -ForegroundColor Gree Write-Host "[ OK ]" -ForegroundColor Gree