Skip to content

Commit 2e03e3e

Browse files
committed
ci: fix no-std check
1 parent 0d90cb0 commit 2e03e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions-rs/cargo@v1
8787
with:
8888
command: check
89-
args: --no-default-features --features alloc --target thumbv7m-none-eabi -v
89+
args: --no-default-features --features alloc --target thumbv7m-none-eabi -Z avoid-dev-deps
9090

9191
check_fmt_and_docs:
9292
name: Checking fmt and docs

0 commit comments

Comments
 (0)