From de378477cc3ebface5da5dbd24015959755f137e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 10 Apr 2017 22:16:05 +0200 Subject: [PATCH] ci/appveyor: fix cache pattern --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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