We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7688b commit b6038fdCopy full SHA for b6038fd
appveyor.yml
@@ -49,6 +49,7 @@ environment:
49
install:
50
- ps: Start-FileDownload "http://servo-rust.s3.amazonaws.com/build/MozillaBuildSetup-2.2.0.exe"
51
- ps: .\MozillaBuildSetup-2.2.0.exe /S | Out-Null
52
+ - appveyor-retry choco install llvm --version=8.0.1
53
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
54
- rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
55
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
0 commit comments