mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
45bf5bb666
commit
8a8213f6d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user