Skip to content

Commit 6779d08

Browse files
committed
fix: specify target for rust
1 parent 568c9c5 commit 6779d08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/brew-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ brew link --overwrite rustup-init
2323
echo "Running rustup-init"
2424
rustup-init --default-toolchain 1.68.2 -y
2525
echo "Adding x86_64-apple-darwin as target"
26-
rustup toolchain install x86_64-apple-darwin
26+
rustup target add x86_64-apple-darwin
2727
echo "Adding aarch64-apple-darwin as target"
28-
rustup toolchain install aarch64-apple-darwin
28+
rustup target add aarch64-apple-darwin
2929
echo "Completed brew setup"

0 commit comments

Comments
 (0)