aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-10 22:16:05 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-11 02:37:39 +0200
commitde378477cc3ebface5da5dbd24015959755f137e (patch)
treeb2f491c54f8ed3a4ed57e1b78bf907b918b8b34c
parent119f0ca85463b7d9fb7dffe47d0fcee2c9604c53 (diff)
downloadrneovim-de378477cc3ebface5da5dbd24015959755f137e.tar.gz
rneovim-de378477cc3ebface5da5dbd24015959755f137e.tar.bz2
rneovim-de378477cc3ebface5da5dbd24015959755f137e.zip
ci/appveyor: fix cache pattern
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8027aee166..edb679d223 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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