From 7ee1b880427909fb53eef8d5f57e6349ecef9fcb Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 3 Mar 2018 16:43:57 -0500 Subject: [PATCH] add llvm 6.0.0 binaries to appveyor cache --- ci/appveyor/appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/appveyor/appveyor.yml b/ci/appveyor/appveyor.yml index 0cae78027b..2122153494 100644 --- a/ci/appveyor/appveyor.yml +++ b/ci/appveyor/appveyor.yml @@ -7,3 +7,4 @@ after_build: - '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\after_build.bat' cache: - 'llvm+clang-5.0.1-win64-msvc-release.tar.xz' + - 'llvm+clang-6.0.0-win64-msvc-release.tar.xz'