Skip to content

Commit

Permalink
Edit github workflow to run audit on latest stable only
Browse files Browse the repository at this point in the history
cargo-audit now has an MSRV of 1.74 > ours. We only need to run audit on
at least one toolchain, anyhow.
  • Loading branch information
drcaramelsyrup committed Aug 16, 2024
1 parent b0bd0fb commit 90df9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Run cargo audit
run: |
[[ ${{ matrix.toolchain }} == nightly ]] || (cargo install cargo-audit && cargo audit)
[[ ${{ matrix.toolchain }} != 1.80.0 ]] || (cargo install cargo-audit && cargo audit)

0 comments on commit 90df9b0

Please sign in to comment.