Fix rust-cache key in CI

This commit is contained in:
Patrick Förster 2022-06-26 21:03:55 +02:00
parent abd262c1d5
commit cbf6befd54

View file

@ -74,6 +74,8 @@ jobs:
override: true
target: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v1
with:
key: ${{ matrix.target }}
- uses: actions-rs/cargo@v1
with:
command: test