Skip to content

Commit 1ba6a74

Browse files
committed
Cache installation of cargo-vet
1 parent 5161fc8 commit 1ba6a74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/audits.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- uses: actions/cache@v3
15+
id: cargo-cache
16+
with:
17+
path: |
18+
~/.cargo/bin/
19+
~/.cargo/registry/index/
20+
~/.cargo/registry/cache/
21+
~/.cargo/git/db/
22+
key: ${{ runner.os }}-cargo-vet
1423

1524
- uses: actions-rs/toolchain@v1
1625
with:

0 commit comments

Comments
 (0)