From 8c18d853b11de816b763101c3a73df7e43fe04f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Sat, 1 Jun 2019 11:23:30 -0700 Subject: [PATCH] Clear AppVeyor Conan cache when conanfile changes. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 330461a..04b4c00 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ environment: stack: python %PYTHON% cache: - - C:\Users\appveyor\.conan\data -> appveyor.yml + - C:\Users\appveyor\.conan\data -> appveyor.yml, conanfile.py init: - git config --global filter.lfs.required false