diff --git a/tests/install_rust.sh b/tests/install_rust.sh index 6fc62ef025..abb93cac62 100755 --- a/tests/install_rust.sh +++ b/tests/install_rust.sh @@ -42,3 +42,4 @@ else $([ "$(whoami)" != "root" ] && echo sudo) ln -sf /usr/bin/g++ /bin/musl-g++ fi rustup component add rustfmt +rustup component add clippy