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"