[gh actions] Fix caching of cargo installed crates

This commit is contained in:
bjorn3 2020-03-13 18:54:20 +01:00
parent ec9b3e15af
commit 512b33f001
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ jobs:
- name: Cache cargo installed crates
uses: actions/cache@v1.1.2
with:
path: $HOME/.cargo/bin
key: cargo-installed-crates
path: ~/.cargo/bin
key: cargo-installed-crates-${{ matrix.os }}
- name: Prepare dependencies
run: |