Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Jan 28, 2025
1 parent 3ddf894 commit c979cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
cd examples/esp32
# cargo clippy --no-default-features --features=esp32 --target=xtensa-esp32-none-elf -- -D warnings # (Disabled due to missing toolchain)
cargo clippy --no-default-features --features=esp32c2 --target=riscv32imc-unknown-none-elf -- -D warnings
cargo clippy --no-default-features --features=esp32c3--target=riscv32imc-unknown-none-elf -- -D warnings
cargo clippy --no-default-features --features=esp32c3 --target=riscv32imc-unknown-none-elf -- -D warnings
cargo clippy --no-default-features --features=esp32c6 --target=riscv32imc-unknown-none-elf -- -D warnings
cargo clippy --no-default-features --features=esp32h2 --target=riscv32imc-unknown-none-elf -- -D warnings
# cargo clippy --no-default-features --features=esp32s3 --target=xtensa-esp32s3-none-elf -- -D warnings # (Disabled due to missing toolchain)
Expand Down

0 comments on commit c979cba

Please sign in to comment.