diff options
author | 2018-02-04 14:36:43 -0600 | |
---|---|---|
committer | 2018-02-04 14:36:43 -0600 | |
commit | 685045060e63783146a1d2ce78011453bbc0e111 (patch) | |
tree | 762a3f7bea714ad891648a7567d4793b1960b3d2 /.github | |
parent | Fix version in AppVeyor (GH-5535) (diff) | |
download | cpython-685045060e63783146a1d2ce78011453bbc0e111.tar.gz cpython-685045060e63783146a1d2ce78011453bbc0e111.tar.bz2 cpython-685045060e63783146a1d2ce78011453bbc0e111.zip |
Try to fix the AppVeyor cache mechanism (GH-5536)
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 06247e1337d..129c119df61 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 |