We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498455a commit a50f993Copy full SHA for a50f993
scripts/brew-install.sh
@@ -20,6 +20,10 @@ brew link --overwrite rustup-init
20
# Brew does not provide specific versions of rust
21
# However rustup provides specific versions
22
# Here we provide both toolchains
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
27
+echo "Adding aarch64-apple-darwin as target"
28
rustup add aarch64-apple-darwin
29
+echo "Completed brew setup"
0 commit comments