Fix CI
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
0b3bf8ada4
commit
5bd7fe3ee1
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: actions/cache@v1
|
||||
with:
|
||||
path: target
|
||||
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ runner.os }}-cargo-build-target-${{ matrix.toolchain }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
|
Loading…
Reference in New Issue