Skip to content

Commit 792c372

Browse files
committed
ci: remove cargo-bin folder, macos seems to have an issue with that
The .cargo/bin folder also is the home home `cargo`, it looks like macos starts to have issues with extracting `cargo` from there, resulting in a "cargo not found" issue.
1 parent e07aab9 commit 792c372

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- uses: actions/cache@v4
2020
with:
2121
path: |
22-
~/.cargo/bin/
2322
~/.cargo/registry/index/
2423
~/.cargo/registry/cache/
2524
~/.cargo/git/db/
@@ -61,7 +60,6 @@ jobs:
6160
uses: actions/cache@v4
6261
with:
6362
path: |
64-
~/.cargo/bin/
6563
~/.cargo/registry/index/
6664
~/.cargo/registry/cache/
6765
~/.cargo/git/db/
@@ -117,7 +115,6 @@ jobs:
117115
uses: actions/cache@v4
118116
with:
119117
path: |
120-
~/.cargo/bin/
121118
~/.cargo/registry/index/
122119
~/.cargo/registry/cache/
123120
~/.cargo/git/db/
@@ -194,7 +191,6 @@ jobs:
194191
uses: actions/cache@v4
195192
with:
196193
path: |
197-
~/.cargo/bin/
198194
~/.cargo/registry/index/
199195
~/.cargo/registry/cache/
200196
~/.cargo/git/db/

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
uses: actions/cache@v4
8282
with:
8383
path: |
84-
~/.cargo/bin/
8584
~/.cargo/registry/index/
8685
~/.cargo/registry/cache/
8786
~/.cargo/git/db/

0 commit comments

Comments
 (0)