From ba129b242ced03cdd4d4ad3c896a471c0f3f3b5a Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Tue, 4 Feb 2020 15:40:37 -0500 Subject: [PATCH] CI: Remove Rust installation for macOS (#3220) --- .ci/install.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ci/install.yml b/.ci/install.yml index e3da8653f..468998c3d 100644 --- a/.ci/install.yml +++ b/.ci/install.yml @@ -4,11 +4,6 @@ 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' ) - script: | sudo apt-get update -yqq sudo apt-get install -yqq --no-install-recommends libncursesw5-dev