Skip to content

Commit

Permalink
Replace rustup-init formula with rustup
Browse files Browse the repository at this point in the history
The formula is renamed from the former to the latter.
  • Loading branch information
yorickpeterse committed Jul 30, 2024
1 parent 974bbca commit 014cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 014cb58

Please sign in to comment.