We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b41336 commit 216c195Copy full SHA for 216c195
ci.sh
@@ -73,11 +73,9 @@ cargo build \
73
cargo build \
74
--manifest-path example/nrf52840-serial/Cargo.toml \
75
--target thumbv7em-none-eabihf
76
-# TODO: Update me for rc.1 release!
77
-#
78
-# cargo build \
79
-# --manifest-path example/esp32c6-serial/Cargo.toml \
80
-# --target riscv32imac-unknown-none-elf
+cargo build \
+ --manifest-path example/esp32c6-serial/Cargo.toml \
+ --target riscv32imac-unknown-none-elf
81
82
# Test Project
83
cargo test \
0 commit comments