zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7ee1b880427909fb53eef8d5f57e6349ecef9fcb (tree)
parent 1c244d34b3c80149b83ce974b1c81e66890ed123
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Sat,  3 Mar 2018 16:43:57 -0500

add llvm 6.0.0 binaries to appveyor cache

Diffstat:
Mci/appveyor/appveyor.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'