Skip to content

Commit 9f1e41e

Browse files
committed
ci: more specific cache paths
1 parent fc73d21 commit 9f1e41e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
continue-on-error: true
2121
with:
2222
path: |
23-
~/.cargo
23+
~/.cargo/registry
24+
~/.cargo/git
2425
target
2526
key: ${{ github.job }}-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('Cargo.lock') }}
2627
restore-keys: |

0 commit comments

Comments
 (0)