1
0
Fork 0

Don't cache the cargo bin directory on the CI

This still causes issues.
This commit is contained in:
Robbert van der Helm 2022-07-03 17:08:32 +02:00
parent 97baa9d55c
commit 52d9fff313
2 changed files with 0 additions and 2 deletions

View file

@ -43,7 +43,6 @@ jobs:
- uses: actions/cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/

View file

@ -39,7 +39,6 @@ jobs:
- uses: actions/cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/