Skip to content

Commit ea5d284

Browse files
committed
don't need rust cache for cargo audit step, it can't use it
1 parent 417c35f commit ea5d284

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
components: rustfmt, clippy
3131
profile: minimal
3232

33-
- name: Utilize Shared Rust Cache
34-
uses: Swatinem/[email protected]
35-
with:
36-
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}
37-
3833
- name: Install cargo-audit
3934
run: cargo install --version 0.20.1 --force cargo-audit
4035

0 commit comments

Comments
 (0)