Skip to content

Commit 744b085

Browse files
committed
fix: build/clippy ci with removed esp32c3 feature
1 parent fb23c23 commit 744b085

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/rust_ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)