Skip to content

Commit d57cd82

Browse files
committed
fix ci
1 parent 548959c commit d57cd82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rust_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
action:
2424
- command: build
2525
args: --release
26+
- command: build
27+
args: --features cube2 --release
28+
- command: build
29+
args: --no-default-features --features box --release
2630
- command: fmt
2731
args: --all -- --check --color always
2832
# - command: clippy

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ cube2 = ["boards"]
3131
log = "0.4"
3232
anyhow = "1.0"
3333

34-
esp-idf-svc = { version = "0.51.0", features = [
35-
"critical-section",
36-
"embassy-time-driver",
37-
"embassy-sync",
38-
] }
34+
esp-idf-svc = "0.51.0"
3935
# wav_io = "0.1.15"
4036

4137
rand = "0.8.5"

0 commit comments

Comments
 (0)