Skip to content

Commit

Permalink
chore(github): Cache cargo install locations
Browse files Browse the repository at this point in the history
  • Loading branch information
AllexVeldman committed May 23, 2024
1 parent 73c7e4e commit 6edb8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

Expand Down

0 comments on commit 6edb8e6

Please sign in to comment.