Skip to content

Commit 4c26bff

Browse files
authored
Merge pull request #56 from rursprung/fix-CI-build-on-ubuntu-24.04
CI: install `cargo-audit`
2 parents 31752bb + ddf1cc3 commit 4c26bff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
toolchain: ${{ matrix.rust }}
2525
components: rustfmt
26+
- name: Install required cargo components
27+
run: cargo install --locked cargo-audit
2628
- name: build
2729
run: cargo build ${{ matrix.features }}
2830
- name: check
@@ -44,7 +46,7 @@ jobs:
4446
targets: thumbv7em-none-eabihf
4547
components: rustfmt clippy
4648
- name: Install required cargo components
47-
run: cargo install clippy-sarif sarif-fmt flip-link
49+
run: cargo install --locked cargo-audit clippy-sarif sarif-fmt flip-link
4850
- name: build
4951
run: cargo build
5052
working-directory: examples/stm32f4-single-motor-example

0 commit comments

Comments
 (0)