Skip to content

Commit

Permalink
Merge pull request #56 from rursprung/fix-CI-build-on-ubuntu-24.04
Browse files Browse the repository at this point in the history
CI: install `cargo-audit`
  • Loading branch information
rursprung authored Jan 28, 2025
2 parents 31752bb + ddf1cc3 commit 4c26bff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rustfmt
- name: Install required cargo components
run: cargo install --locked cargo-audit
- name: build
run: cargo build ${{ matrix.features }}
- name: check
Expand All @@ -44,7 +46,7 @@ jobs:
targets: thumbv7em-none-eabihf
components: rustfmt clippy
- name: Install required cargo components
run: cargo install clippy-sarif sarif-fmt flip-link
run: cargo install --locked cargo-audit clippy-sarif sarif-fmt flip-link
- name: build
run: cargo build
working-directory: examples/stm32f4-single-motor-example
Expand Down

0 comments on commit 4c26bff

Please sign in to comment.