Skip to content

Commit 803ff5e

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/audits.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ 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+
~/.cargo/.crates.toml
23+
~/.cargo/.crates2.json
24+
key: ${{ runner.os }}-cargo-vet
1425

1526
- uses: actions-rs/toolchain@v1
1627
with:

0 commit comments

Comments
 (0)