Skip to content

Commit

Permalink
CI: Remove Rust installation for macOS (mimblewimble#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller authored Feb 4, 2020
1 parent a9043ea commit f2780d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .ci/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ steps:
choco install -y llvm
displayName: Windows Install LLVM
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' )

0 comments on commit f2780d4

Please sign in to comment.