ci/appveyor: fix cache pattern

This commit is contained in:
Justin M. Keyes 2017-04-10 22:16:05 +02:00
parent 119f0ca854
commit de378477cc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ build_script:
- call ci\build.bat
cache:
- C:\msys64\var\cache\pacman\pkg -> ci\build.bat
- .deps -> third-party/**
- .deps -> third-party\**
artifacts:
- path: build/Neovim.zip
- path: build/bin/nvim.exe