mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 08:51:09 +03:00
CI: Remove Rust installation for macOS (#324)
This commit is contained in:
parent
047ea9372f
commit
0ae921461c
1 changed files with 0 additions and 5 deletions
|
@ -3,8 +3,3 @@ steps:
|
||||||
choco install -y llvm
|
choco install -y llvm
|
||||||
displayName: Windows Install LLVM
|
displayName: Windows Install LLVM
|
||||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
||||||
- script: |
|
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|
||||||
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
|
|
||||||
displayName: macOS Install Rust
|
|
||||||
condition: eq( variables['Agent.OS'], 'Darwin' )
|
|
||||||
|
|
Loading…
Reference in a new issue