Fix Clippy CI job cache to really include the platform.

This commit is contained in:
Adam Reichold 2023-05-10 07:59:01 +02:00
parent 77b3496f26
commit 9257e78e90
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
architecture: ${{ matrix.platform.python-architecture }}
- uses: Swatinem/rust-cache@v2
with:
key: clippy-${{ matrix.platform.rust-target }}-${{ matrix.os }}-${{ matrix.rust }}
key: clippy-${{ matrix.platform.rust-target }}-${{ matrix.platform.os }}-${{ matrix.rust }}
continue-on-error: true
- run: python -m pip install --upgrade pip && pip install nox
- if: matrix.msrv == 'MSRV'