We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustup toolchain add
1 parent 5d1ab22 commit a268b8fCopy full SHA for a268b8f
scripts/brew-install.sh
@@ -23,7 +23,7 @@ brew link --overwrite rustup-init
23
echo "Running rustup-init"
24
rustup-init --default-toolchain 1.68.2 -y
25
echo "Adding x86_64-apple-darwin as target"
26
-rustup add x86_64-apple-darwin
+rustup toolchain install x86_64-apple-darwin
27
echo "Adding aarch64-apple-darwin as target"
28
-rustup add aarch64-apple-darwin
+rustup toolchain install aarch64-apple-darwin
29
echo "Completed brew setup"
0 commit comments