Skip to content

Commit

Permalink
Remove cache because of missing deps in win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pollithy committed Jun 5, 2017
1 parent 6bc9fab commit e246437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e246437

Please sign in to comment.