From 35e9885e8b3a1388b5cc210cc368f5f74a4b6c95 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 2 Sep 2018 13:26:02 +0200 Subject: [PATCH] Appveyor: correct build cache location --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1440637b7..7065a219f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ branches: - master cache: - - '%APPDATA%\Local\go-build' + - '%LocalAppData%\go-build' init: - ps: >-