mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28: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:
|
||||
key: ${{ matrix.os }}-${{ matrix.target }}
|
||||
path: |
|
||||
${{ env.HOME }}/.cargo"
|
||||
${{ env.HOME }}/.cargo
|
||||
target
|
||||
|
||||
- name: Install cross toolchain (armv7)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue