Skip to content

Commit

Permalink
Try to fix cargo audit pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Dec 23, 2024
1 parent b60105a commit f569e47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install cargo audit
shell: bash
run: |
cargo install cargo-audit --locked
- name: Run `cargo-audit`
uses: actions-rs/audit-check@v1
with:
Expand Down

0 comments on commit f569e47

Please sign in to comment.