Skip to content

Commit

Permalink
CI: install cargo-audit manually
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jan 8, 2025
1 parent d93bd17 commit fa33cd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


- uses: actions-rs/[email protected]
with:
components: rustfmt, clippy


- name: Format
uses: actions-rs/cargo@v1
with:
Expand All @@ -396,6 +399,10 @@ jobs:
RUSTDOCFLAGS: "-D warnings"


- shell: bash
run: cargo install cargo-audit


- name: Audit dependencies
shell: bash
# if: "!contains(github.event.head_commit.message, 'skip audit')"
Expand Down

0 comments on commit fa33cd8

Please sign in to comment.