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 fbf3d23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
toolchain: nightly
override: true
- name: build
run: >
cargo no-std-check --no-default-features --features=num-traits
run: |
cargo install cargo-no-std-check
cargo no-std-check --no-default-features --features=num-traits

0 comments on commit fbf3d23

Please sign in to comment.