We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecae130 commit fbf3d23Copy full SHA for fbf3d23
.github/workflows/rust.yml
@@ -46,5 +46,6 @@ jobs:
46
toolchain: nightly
47
override: true
48
- name: build
49
- run: >
50
- cargo no-std-check --no-default-features --features=num-traits
+ run: |
+ cargo install cargo-no-std-check
51
+ cargo no-std-check --no-default-features --features=num-traits
0 commit comments