mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 11:27:26 +10: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user