From dc4c503a8cfae5d4254d2c79b215efc3c1a3e721 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Tue, 7 Aug 2018 10:48:23 +0100 Subject: [PATCH] ci: disable cache of appveyor --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6c685576a..f0a6f76d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,9 @@ environment: - nodejs_version: "8" - nodejs_version: "Current" -cache: - - "%LOCALAPPDATA%\\Yarn" - - node_modules +# cache: +# - "%LOCALAPPDATA%\\Yarn" +# - node_modules # Install scripts. (runs after repo cloning) install: