Remove .cargo/bin as it is redundant

.cargo is already being cached by rust-cache
This commit is contained in:
bitfl0wer 2023-08-26 13:37:42 +02:00
parent 88a15a05fe
commit b06880b181
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
cache-all-crates: "true" cache-all-crates: "true"
cache-directories: "~/.cargo/bin/"
- name: Build, Test and Publish Coverage - name: Build, Test and Publish Coverage
run: | run: |
cargo install cargo-tarpaulin cargo install cargo-tarpaulin