Skip to content

Commit

Permalink
fix llvm binary revision number for appveyor cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Feb 3, 2016
1 parent 954109b commit f020d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ cache:
# Cache any downloads from sourceforge because it's really unreliable
- i686-4.9.2-release-win32-sjlj-rt_v4-rev3.7z
- x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z
- llvm-3.7.1-i686-w64-mingw32-juliadeps-r03.7z
- llvm-3.7.1-x86_64-w64-mingw32-juliadeps-r03.7z
- llvm-3.7.1-i686-w64-mingw32-juliadeps-r04.7z
- llvm-3.7.1-x86_64-w64-mingw32-juliadeps-r04.7z

build_script:
# If there's a newer build queued for the same PR, cancel this one
Expand Down

0 comments on commit f020d38

Please sign in to comment.