Skip to content

Commit fbf3d23

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
toolchain: nightly
4747
override: true
4848
- name: build
49-
run: >
50-
cargo no-std-check --no-default-features --features=num-traits
49+
run: |
50+
cargo install cargo-no-std-check
51+
cargo no-std-check --no-default-features --features=num-traits

0 commit comments

Comments
 (0)