mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
CI/AppVeyor: do not cache pacman packages
pacman log says:
Total Download Size: 17.06 MiB
So this takes very little of the quota. But it also takes only a few
seconds to install, so caching it saves little or no time.
This commit is contained in:
@@ -28,7 +28,6 @@ before_build:
|
||||
build_script:
|
||||
- powershell ci\build.ps1
|
||||
cache:
|
||||
- C:\msys64\var\cache\pacman\pkg -> ci\build.ps1
|
||||
- C:\projects\nvim-deps -> ci\build.ps1
|
||||
- C:\projects\nvim-deps -> third-party\**
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user