Skip to content

Commit f03b851

Browse files
committed
ci: add missing install "cargo-no-std-check"
1 parent ecae130 commit f03b851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
override: true
4848
- name: build
4949
run: >
50-
cargo no-std-check --no-default-features --features=num-traits
50+
cargo install cargo-no-std-check
51+
cargo no-std-check --no-default-features --features=num-traits

0 commit comments

Comments
 (0)