CI/AppVeyor: remove redundant cache directive

Maybe AppVeyor gets confused by the redundant entry?

Anyway, build.ps1 generally does not affect the validity of the deps
cache.
This commit is contained in:
Justin M. Keyes 2019-04-08 01:46:25 +02:00
parent 45bf5bb666
commit 8a8213f6d4
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ before_build:
build_script:
- powershell ci\build.ps1
cache:
- C:\projects\nvim-deps -> ci\build.ps1
- C:\projects\nvim-deps -> third-party\**
artifacts:
- path: build/Neovim.zip