From c017d36bd56a8b83392e2c92b6b4e631d5645dd7 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 27 Dec 2019 21:46:17 +0200 Subject: [PATCH] appveyor fix #1 - temply invalidate caches --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 502af76f..b81f623d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -56,6 +56,6 @@ artifacts: - path: dist\PySolFC_*_setup.exe name: pysol_win_installer cache: - - C:\_P5 -> .appveyor.yml - - C:\strawberry -> .appveyor.yml + # - C:\_P5 -> .appveyor.yml + # - C:\strawberry -> .appveyor.yml shallow_clone: true