esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Remove toolchain question #40

Closed SergioGasquez closed 2 years ago

SergioGasquez commented 2 years ago

Closes #39

SergioGasquez commented 2 years ago

The CI is failing because it's using main branch when using cargo-generate which still expects toolchain variable. If we use cargo generate --git https://github.com/esp-rs/esp-idf-template --branch fix/remove-toolchain-question cargo --name test --vcs none --silent -d mcu=esp32c3 -d std=true -d espidfver=v4.3.2 -d devcontainer=false it works fine