Skip to content

Commit

Permalink
github-actions: build cargo-audit from source
Browse files Browse the repository at this point in the history
The `cargo audit` command no longer seems to be provided
as part of the base image. Install it from source instead.

This should get the continuous integration tests running
again.
  • Loading branch information
rillian committed Jan 23, 2025
1 parent 27cb393 commit c252ea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install
run: cargo install --locked [email protected]

- name: Audit
run: cargo audit

0 comments on commit c252ea2

Please sign in to comment.