mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 17:01:10 +03:00
Add LLVM
This commit is contained in:
parent
b76c18d6f1
commit
77a6628f03
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ steps:
|
||||||
curl -sSf -o rustup-init.exe https://win.rustup.rs
|
curl -sSf -o rustup-init.exe https://win.rustup.rs
|
||||||
rustup-init.exe -y
|
rustup-init.exe -y
|
||||||
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
|
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
|
||||||
|
choco install -y llvm
|
||||||
displayName: Windows Install Rust
|
displayName: Windows Install Rust
|
||||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in a new issue