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 9d942ff + accadcd commit b3a44d8Copy full SHA for b3a44d8
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
toolchain: ${{ matrix.rust }}
25
components: rustfmt clippy
26
- name: Install required cargo components
27
- run: cargo +stable install clippy-sarif sarif-fmt
+ run: cargo +stable install cargo-audit clippy-sarif sarif-fmt
28
- name: build
29
run: cargo build ${{ matrix.features }}
30
- name: check
@@ -54,7 +54,7 @@ jobs:
54
targets: thumbv7em-none-eabihf
55
56
57
- run: cargo install clippy-sarif sarif-fmt flip-link
+ run: cargo install cargo-audit clippy-sarif sarif-fmt flip-link
58
59
run: cargo build
60
working-directory: examples/stm32f4-event-printer
0 commit comments