Skip to content

Commit

Permalink
Merge GH #50 Also cache ~/.cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Dec 23, 2021
2 parents a424271 + bc82bc1 commit 3de45da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
path: |
~/.ccache
~/.cargo
key: ${{ matrix.target }}-${{ matrix.toolchain }}-${{ matrix.cache_id }}-${{ github.run_id }}
restore-keys: |
${{ matrix.target }}-${{ matrix.toolchain }}-${{ matrix.cache_id }}
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
with:
path: |
/Users/runner/Library/Caches/ccache
~/.cargo
key: ${{ matrix.target }}-${{ matrix.toolchain }}-${{ matrix.cache_id }}-${{ github.run_id }}
restore-keys: |
${{ matrix.target }}-${{ matrix.toolchain }}-${{ matrix.cache_id }}
Expand Down

0 comments on commit 3de45da

Please sign in to comment.