mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
CI: Remove Rust installation for macOS (#3220)
This commit is contained in:
parent
ee25d0dfc9
commit
ba129b242c
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@ 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' )
|
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get update -yqq
|
sudo apt-get update -yqq
|
||||||
sudo apt-get install -yqq --no-install-recommends libncursesw5-dev
|
sudo apt-get install -yqq --no-install-recommends libncursesw5-dev
|
||||||
|
|
Loading…
Reference in a new issue