From 77a6628f03eed9fc815efe7672f5d7887d1be128 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Fri, 3 May 2019 12:19:32 -0400 Subject: [PATCH] Add LLVM --- .ci/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/install.yml b/.ci/install.yml index 5c2ef45e2..4208cd0a7 100644 --- a/.ci/install.yml +++ b/.ci/install.yml @@ -3,6 +3,7 @@ steps: curl -sSf -o rustup-init.exe https://win.rustup.rs rustup-init.exe -y echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin" + choco install -y llvm displayName: Windows Install Rust condition: eq( variables['Agent.OS'], 'Windows_NT' ) - script: |