Skip to content

Commit

Permalink
Install cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Jan 9, 2025
1 parent d934380 commit c2a2019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cargo-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

- if: steps.changes.outputs.cargo == 'true'
name: install tools
run: rustup show
run: |
rustup show
cargo install cargo-audit
- if: steps.changes.outputs.cargo == 'true'
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit c2a2019

Please sign in to comment.