Skip to content

Commit 7b3f96f

Browse files
committed
chore: Cache all of .cargo
It seems without some dot-file the already installed crates are not recognized. rust-lang/cargo#13295 (comment)
1 parent c71606f commit 7b3f96f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
- uses: actions/cache@v4
1919
with:
2020
path: |
21-
~/.cargo/bin/
22-
~/.cargo/registry/index/
23-
~/.cargo/registry/cache/
24-
~/.cargo/git/db/
21+
~/.cargo
2522
target/
2623
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2724

0 commit comments

Comments
 (0)