Skip to content

Commit

Permalink
fix cargo audit binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Mar 1, 2024
1 parent c747b48 commit 21c984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -91,5 +91,5 @@ jobs:
${{ runner.os }}-${{ github.workflow }}-${{ env.CACHE_VERSION }}
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- run: cargo binnstall -y cargo-audit
- run: cargo binstall -y cargo-audit
- run: cargo audit

0 comments on commit 21c984f

Please sign in to comment.