Don't cache the cargo bin directory on the CI
This still causes issues.
This commit is contained in:
parent
97baa9d55c
commit
52d9fff313
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -43,7 +43,6 @@ jobs:
|
|||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
|
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
|||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
|
|
Loading…
Reference in a new issue