diff --git a/entrypoint.sh b/entrypoint.sh index 3304c78..d39547b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ fi echo "Selected toolchain: ${TOOLCHAIN}" rustup update "${TOOLCHAIN}" -rustup component add rustfmt clippy +rustup component add --toolchain "${TOOLCHAIN}" rustfmt clippy if test "${ARGS[0]}" == "cargo";then PRE_COMMAND="cargo +${TOOLCHAIN} "