Skip to content

Commit

Permalink
Cache installation of cargo-vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniz85 committed Dec 14, 2022
1 parent 5161fc8 commit 803ff5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: cargo-cache
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-cargo-vet

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 803ff5e

Please sign in to comment.