diff --git a/.github/workflows/audits.yml b/.github/workflows/audits.yml index db1d6fc..063dc01 100644 --- a/.github/workflows/audits.yml +++ b/.github/workflows/audits.yml @@ -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: