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.
2 parents 31752bb + ddf1cc3 commit 4c26bffCopy full SHA for 4c26bff
.github/workflows/CI.yml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
toolchain: ${{ matrix.rust }}
25
components: rustfmt
26
+ - name: Install required cargo components
27
+ run: cargo install --locked cargo-audit
28
- name: build
29
run: cargo build ${{ matrix.features }}
30
- name: check
@@ -44,7 +46,7 @@ jobs:
44
46
targets: thumbv7em-none-eabihf
45
47
components: rustfmt clippy
48
- name: Install required cargo components
- run: cargo install clippy-sarif sarif-fmt flip-link
49
+ run: cargo install --locked cargo-audit clippy-sarif sarif-fmt flip-link
50
51
run: cargo build
52
working-directory: examples/stm32f4-single-motor-example
0 commit comments