update setup.sh

This commit is contained in:
fitchgc 2023-01-11 02:35:49 +00:00
parent 88028121e5
commit 3a98a32cd1

View File

@ -22,6 +22,9 @@ ln -s /usr/bin/llvm-ar-7 /usr/bin/llvm-ar
## Install rustup and common components
curl https://sh.rustup.rs -sSf | sh -s -- -y
source "$HOME/.cargo/env"
rustup install nightly
rustup component add rustfmt
rustup component add rustfmt --toolchain nightly