summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRichard Menzies <rdmenzies2000@gmail.com>2020-11-07 22:47:03 +0000
committerStephan Dilly <dilly.stephan@gmail.com>2020-11-08 00:19:15 +0100
commit8bf0d78b0462ead482b387ac7d091905019fa57a (patch)
tree7456e97db581ba77415d0fa370afbd052cbf5a79 /.github
parent7351ab4a30e263d1e417ee1ac779169b650e018c (diff)
Cache ./cargo/bin
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a068aae..be672b72 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
+ ~/.cargo/bin
target
key: ${{ matrix.os }}-${{ env.cache-name }}-${{ matrix.rust }}-${{ hashFiles('Cargo.lock') }}