Skip to content

Commit

Permalink
chore: Cache all of .cargo
Browse files Browse the repository at this point in the history
It seems without some dot-file the already installed crates are not
recognized.

rust-lang/cargo#13295 (comment)
  • Loading branch information
AllexVeldman committed May 27, 2024
1 parent c71606f commit 7b3f96f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
~/.cargo
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

Expand Down

0 comments on commit 7b3f96f

Please sign in to comment.