mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +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
|
- name: Configure caching
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-${{ matrix.target }}-testing
|
key: ubuntu-latest-stable-testing
|
||||||
path: |
|
path: |
|
||||||
${{ env.HOME }}/.cargo
|
${{ env.HOME }}/.cargo
|
||||||
target
|
target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue