Skip to content

Commit f46bf70

Browse files
committed
Add cargo registry to github actions cache
1 parent db0904d commit f46bf70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/cache@v3
2121
with:
2222
path: |
23+
~/.cargo/registry
24+
~/.cargo/git
2325
Cargo.lock
2426
target
2527
key: ${{ runner.os }}-build-folders-${{ hashFiles('Cargo.toml', 'crates/*/Cargo.toml') }}

0 commit comments

Comments
 (0)