Skip to content

Commit c2a2019

Browse files
committed
Install cargo audit
1 parent d934380 commit c2a2019

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cargo-audit.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525

2626
- if: steps.changes.outputs.cargo == 'true'
2727
name: install tools
28-
run: rustup show
28+
run: |
29+
rustup show
30+
cargo install cargo-audit
2931
3032
- if: steps.changes.outputs.cargo == 'true'
3133
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)