mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Fix typo in path of step "Configure caching"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
ec5ab955b3
commit
d1c6a07a48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-${{ matrix.target }}
|
key: ${{ matrix.os }}-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
${{ env.HOME }}/.cargo"
|
${{ env.HOME }}/.cargo
|
||||||
target
|
target
|
||||||
|
|
||||||
- name: Install cross toolchain (armv7)
|
- name: Install cross toolchain (armv7)
|
||||||
|
|
Loading…
Add table
Reference in a new issue