emosenkis / esp-rs

Script for installing/running toolchain for building ESP8266 firmware in Rust
MIT License
329 stars 19 forks source link

error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed #10

Closed apiel closed 6 years ago

apiel commented 6 years ago

To solve this I had to run:

rustup toolchain install nightly

Would it make sense to had this to your script?

emosenkis commented 6 years ago

Thanks for figuring this out! Can you send a pull request?