Skip to content

Commit

Permalink
fix: Add Rust nightly installation step to security audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Mar 7, 2024
1 parent 4927a48 commit 16c3038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@nightly
- name: Generate code coverage
run: |
cargo lockbud -k deadlock
Expand Down

0 comments on commit 16c3038

Please sign in to comment.