From 685045060e63783146a1d2ce78011453bbc0e111 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 4 Feb 2018 14:36:43 -0600 Subject: [PATCH] Try to fix the AppVeyor cache mechanism (GH-5536) --- .github/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 06247e1337..129c119df6 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -6,7 +6,7 @@ branches: - /\d\.\d/ - buildbot-custom cache: - - externals -> PCbuild\* + - externals -> PCbuild build_script: - cmd: PCbuild\build.bat -e - cmd: PCbuild\win32\python.exe -m test.pythoninfo -- 2.50.1