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:
|
build_script:
|
||||||
- powershell ci\build.ps1
|
- powershell ci\build.ps1
|
||||||
cache:
|
cache:
|
||||||
- C:\projects\nvim-deps -> ci\build.ps1
|
|
||||||
- C:\projects\nvim-deps -> third-party\**
|
- C:\projects\nvim-deps -> third-party\**
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/Neovim.zip
|
- path: build/Neovim.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user