esp-rs / esp-template

A minimal esp-hal application template for use with cargo-generate
Apache License 2.0
143 stars 29 forks source link

Generated CI config fails because it doesn't use the Xtensa-enabled compiler #119

Closed bugadani closed 1 year ago

bugadani commented 1 year ago

Example run: https://github.com/bugadani/esp32s3-defmt-example/actions/runs/6576956219

SergioGasquez commented 1 year ago

Thanks for reporting this! I think the problem is the --all-targets, see #120. Removing it should fix the issue.

The Xtensa compiler is installed and set as default