Skip to content

Commit

Permalink
Add LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 3, 2019
1 parent b76c18d commit 77a6628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 77a6628

Please sign in to comment.