From 27c2181a40e3bcf5c3a7eccca5df9c086f6edf9f Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Fri, 16 Jan 2026 10:52:06 +0100 Subject: [PATCH] appveyor: enable build cache Signed-off-by: Csaba Kiraly --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index aeafcfc838..8a8645dcda 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,10 @@ version: "{branch}.{build}" image: - Visual Studio 2019 +cache: + - '%LOCALAPPDATA%\go-build' + - '%GOPATH%\pkg\mod' -> appveyor.yml + environment: matrix: - GETH_ARCH: amd64