From 014cb580911222e74704d646810c4f018530871e Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 31 Jul 2024 00:27:37 +0200 Subject: [PATCH] Replace rustup-init formula with rustup The formula is renamed from the former to the latter. --- ci/mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/mac.sh b/ci/mac.sh index 73551fadd..4dccf6aef 100755 --- a/ci/mac.sh +++ b/ci/mac.sh @@ -6,7 +6,7 @@ LLVM_VERSION='17' RUST_VERSION='1.78' echo "::group::Installing Homebrew packages" -brew install llvm@${LLVM_VERSION} rustup-init +brew install llvm@${LLVM_VERSION} rustup echo "::endgroup::" echo "::group::Installing Rust"