Skip to content

Commit 3fa9a00

Browse files
committed
do not cache ~/.cargo/bin/
1 parent c2fe87c commit 3fa9a00

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
uses: actions/cache@v5
6262
with:
6363
path: |
64-
~/.cargo/bin/
6564
~/.cargo/registry/index/
6665
~/.cargo/registry/cache/
6766
~/.cargo/git/db/

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
uses: actions/cache@v5
7474
with:
7575
path: |
76-
~/.cargo/bin/
7776
~/.cargo/registry/index/
7877
~/.cargo/registry/cache/
7978
~/.cargo/git/db/

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
uses: actions/cache@v5
105105
with:
106106
path: |
107-
~/.cargo/bin/
108107
~/.cargo/registry/index/
109108
~/.cargo/registry/cache/
110109
~/.cargo/git/db/
@@ -260,7 +259,6 @@ jobs:
260259
uses: actions/cache@v5
261260
with:
262261
path: |
263-
~/.cargo/bin/
264262
~/.cargo/registry/index/
265263
~/.cargo/registry/cache/
266264
~/.cargo/git/db/

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
uses: actions/cache@v5
109109
with:
110110
path: |
111-
~/.cargo/bin/
112111
~/.cargo/registry/index/
113112
~/.cargo/registry/cache/
114113
~/.cargo/git/db/
@@ -280,7 +279,6 @@ jobs:
280279
uses: actions/cache@v5
281280
with:
282281
path: |
283-
~/.cargo/bin/
284282
~/.cargo/registry/index/
285283
~/.cargo/registry/cache/
286284
~/.cargo/git/db/

0 commit comments

Comments
 (0)