Skip to content

Commit f730d67

Browse files
committed
Smaller cache
1 parent 21d03a2 commit f730d67

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- uses: actions/cache@v4
2323
with:
2424
path: |
25-
~/.cargo/registry
26-
~/.cargo/git
25+
~/.cargo/registry/index
26+
~/.cargo/registry/cache
27+
~/.cargo/git/db
2728
target
2829
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2930
- name: Build

0 commit comments

Comments
 (0)