From 6bc9fabd900fe9a8e1f2baaca6cfb0e888e83996 Mon Sep 17 00:00:00 2001 From: Daniel Pollithy Date: Mon, 5 Jun 2017 23:11:08 +0200 Subject: [PATCH] Remove cache because of missing deps in win32 build --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fbd69a9..0756c61 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,16 +3,13 @@ version: 0.1.{build} platform: - x64 -cache: - - '%USERPROFILE%\.electron' - init: - git config --global core.autocrlf input install: - ps: Install-Product node 6 x64 - git reset --hard HEAD - - npm install npm -g + - nvm install 6 - npm install electron-builder@next # force install next version to test electron-builder - npm install - npm prune