Skip to content

Commit b6038fd

Browse files
committed
Install LLVM 8.0.1 on AppVeyor
1 parent aa7688b commit b6038fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ environment:
4949
install:
5050
- ps: Start-FileDownload "http://servo-rust.s3.amazonaws.com/build/MozillaBuildSetup-2.2.0.exe"
5151
- ps: .\MozillaBuildSetup-2.2.0.exe /S | Out-Null
52+
- appveyor-retry choco install llvm --version=8.0.1
5253
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
5354
- rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
5455
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin

0 commit comments

Comments
 (0)