Skip to content

Commit

Permalink
ci: add missing install "cargo-no-std-check"
Browse files Browse the repository at this point in the history
  • Loading branch information
n-prat committed Mar 2, 2023
1 parent ecae130 commit f03b851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
override: true
- name: build
run: >
cargo no-std-check --no-default-features --features=num-traits
cargo install cargo-no-std-check
cargo no-std-check --no-default-features --features=num-traits

0 comments on commit f03b851

Please sign in to comment.