Skip to content

Commit afb50a7

Browse files
committed
Add caching for audit-check
1 parent 421d634 commit afb50a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
# https://github.com/rustsec/audit-check/issues/27
2929
run: if [ ! -e "./Cargo.lock" ]; then cargo generate-lockfile; fi
3030

31+
- name: cache and/or reuse compiled Rust dependencies
32+
uses: Swatinem/rust-cache@v2
33+
3134
- name: run audit-check
3235
uses: rustsec/[email protected]
3336
with:

0 commit comments

Comments
 (0)