From ca928aeae4eb33d471e580fa81d658788e61149f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 31 Aug 2018 21:18:31 +0200 Subject: [PATCH] Appveyor: Cache Go build cache --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 632c6ba37..1440637b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,9 @@ branches: only: - master +cache: + - '%APPDATA%\Local\go-build' + init: - ps: >- $app = Get-WmiObject -Class Win32_Product -Filter "Vendor = 'http://golang.org'"