Skip to content

Commit 6850450

Browse files
authored
Try to fix the AppVeyor cache mechanism (pythonGH-5536)
1 parent 7de25b1 commit 6850450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
- /\d\.\d/
77
- buildbot-custom
88
cache:
9-
- externals -> PCbuild\*
9+
- externals -> PCbuild
1010
build_script:
1111
- cmd: PCbuild\build.bat -e
1212
- cmd: PCbuild\win32\python.exe -m test.pythoninfo

0 commit comments

Comments
 (0)