File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,14 @@ jobs:
2020 matrix :
2121 action :
2222 - command : build
23- args : --no-default-features --features=esp32c3 -- target=riscv32imc-unknown-none-elf --release
23+ args : --no-default-features --target=riscv32imc-unknown-none-elf --release
2424 - command : fmt
2525 args : --all -- --check --color always
2626 - command : clippy
27- args : --no-default-features --features=esp32c3 -- target=riscv32imc-unknown-none-elf --workspace -- -D warnings
27+ args : --no-default-features --target=riscv32imc-unknown-none-elf --workspace -- -D warnings
2828 steps :
2929 - name : Checkout repository
3030 uses : actions/checkout@v4
31- - name : Setup Rust (xtensa)
32- uses : esp-rs/xtensa-toolchain@v1.5
33- with :
34- default : true
35- buildtargets : esp32
36- ldproxy : false
3731 - name : Setup Rust (riscv)
3832 uses : dtolnay/rust-toolchain@v1
3933 with :
You can’t perform that action at this time.
0 commit comments