Skip to content

Commit

Permalink
Better CI caching
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Sep 12, 2022
1 parent 4341cc7 commit d46594f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
- uses: actions/cache@v3
name: Cache ./target
with:
path: target
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}

- name: Build
Expand Down

0 comments on commit d46594f

Please sign in to comment.