Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit c0db69d

Browse files
committed
install cargo audit
1 parent 5a0b764 commit c0db69d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_cli.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
109109
- name: Audit crates.io dependencies
110110
if: matrix.code-target == 'linux-x64'
111-
run: cargo audit
111+
run: |
112+
cargo install cargo-audit
113+
cargo audit
112114
113115
# Build the CLI binary
114116
- name: Build binaries

0 commit comments

Comments
 (0)