Skip to content

Commit b8f600c

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: dtolnay/rust-toolchain@stable
13+
14+
- uses: Swatinem/rust-cache@v2
15+
with:
16+
# Only cache the cargo registry
17+
cache-targets: false
18+
1319
- name: Run sccache-cache
1420
uses: mozilla-actions/[email protected]
1521

0 commit comments

Comments
 (0)