appveyor: remove llvm 5.0.1 from cache

This commit is contained in:
Andrew Kelley 2018-06-01 11:58:58 -04:00
parent 081072d3b6
commit a3d7a807b7

View File

@ -6,5 +6,4 @@ build_script:
after_build: after_build:
- '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\after_build.bat' - '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\after_build.bat'
cache: cache:
- 'llvm+clang-5.0.1-win64-msvc-release.tar.xz'
- 'llvm+clang-6.0.0-win64-msvc-release.tar.xz' - 'llvm+clang-6.0.0-win64-msvc-release.tar.xz'