Skip to content

Commit c76bd4f

Browse files
authored
Update rust.yml
cargo audit install
1 parent 4ccce98 commit c76bd4f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
name: Security Audit
5151
runs-on: ubuntu-latest
5252
steps:
53+
- uses: actions/checkout@v3
54+
- uses: actions-rs/toolchain@v1
55+
with:
56+
profile: minimal
57+
toolchain: stable
58+
override: true
59+
- run: cargo install cargo-audit
5360
- uses: actions-rs/audit-check@v1.2.0
5461
with:
5562
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)