Skip to content

Commit 8e60791

Browse files
committed
Only cache the cargo registry
1 parent 9d1f3d7 commit 8e60791

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: dtolnay/rust-toolchain@stable
3636

37+
- uses: Swatinem/rust-cache@v2
38+
with:
39+
# Only cache the cargo registry
40+
cache-targets: false
41+
3742
- name: Run sccache-cache
3843
uses: mozilla-actions/[email protected]
3944

0 commit comments

Comments
 (0)