mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix cache key used in workflow "ci"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
14823fbae7
commit
951dacd03d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Configure caching
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.target }}-testing
|
||||
key: ubuntu-latest-stable-testing
|
||||
path: |
|
||||
${{ env.HOME }}/.cargo
|
||||
target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue