From e334cde639abb6f2f83aeb25fa5c50bfe4d4c8eb Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 16 Nov 2021 00:25:45 -0800 Subject: [PATCH] try using rustup-init for rust install --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index acea6010ad..84ea9d3bb6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,5 @@ install_cargo_make: brew bundle install_rust: - sudo xcode-select -s /Applications/Xcode.app/Contents/Developer - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y - echo 'export PATH="$$HOME/.cargo/bin:$$PATH"' >> ~/.bash_profile - source ~/.bash_profile + brew bundle + rustup-init -y