mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Fix caching: Only cache .cargo/{git, registry}
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
d4495cc3bb
commit
4ff64dee34
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -73,7 +73,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-${{ matrix.target }}
|
key: ${{ matrix.os }}-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
${{ env.HOME }}/.cargo
|
${{ env.HOME }}/.cargo/git
|
||||||
|
${{ env.HOME }}/.cargo/registry
|
||||||
target
|
target
|
||||||
|
|
||||||
- name: Install musl-tools
|
- name: Install musl-tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue