Add a missing runtime annotation for CI caching

This commit is contained in:
Raphaël Thériault 2020-07-22 13:28:25 -04:00 committed by Ryan Leckey
parent 6bca82cce7
commit 1d6a0a9547

View File

@ -48,7 +48,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-check-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-check-${{ matrix.runtime }}-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/cargo@v1
with: