`rustup show active-toolchain` will no longer install the default toolchain starting from Rustup 1.28.0, and `rustup toolchain install` without extra arguments is not supported in Rustup pre-1.28.0.
It would cause issues with the required jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files.