From e2464376995c71fc2efb69efa3bed665e1c52248 Mon Sep 17 00:00:00 2001 From: Daniel Pollithy Date: Mon, 5 Jun 2017 23:12:06 +0200 Subject: [PATCH] Remove cache because of missing deps in win32 build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0756c61..63ba157 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ init: install: - ps: Install-Product node 6 x64 - git reset --hard HEAD - - nvm install 6 + - npm install npm -g - npm install electron-builder@next # force install next version to test electron-builder - npm install - npm prune