From 8a8213f6d47527c060e5f0039689f41c98f265bb Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 8 Apr 2019 01:46:25 +0200 Subject: [PATCH] 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. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a1b1173cbd..e27b8e1b88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,6 @@ before_build: build_script: - powershell ci\build.ps1 cache: -- C:\projects\nvim-deps -> ci\build.ps1 - C:\projects\nvim-deps -> third-party\** artifacts: - path: build/Neovim.zip