Remove check for rustc

This commit is contained in:
Tom Parker-Shemilt 2020-09-10 22:41:31 +01:00
parent 5d484c8a9f
commit adea35b4ec

View file

@ -17,8 +17,6 @@ install_c_toolchain() {
}
install_rustup() {
rustc -V
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=nightly
rustc -V