Skip to content

Commit 9bde78f

Browse files
committed
ops: add a Rust cache for generate-3p-notices
1 parent 5b1afa1 commit 9bde78f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
- uses: actions/download-artifact@v4
103103
with:
104104
name: Cargo.toml
105+
- name: Rust Cache
106+
uses: Swatinem/rust-cache@v2
105107
- name: Install Rust toolchain
106108
uses: dtolnay/rust-toolchain@stable
107109
- name: Install cargo-about

0 commit comments

Comments
 (0)