Fix Clippy CI job cache to really include the platform.
This commit is contained in:
parent
77b3496f26
commit
9257e78e90
|
@ -103,7 +103,7 @@ jobs:
|
||||||
architecture: ${{ matrix.platform.python-architecture }}
|
architecture: ${{ matrix.platform.python-architecture }}
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
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
|
continue-on-error: true
|
||||||
- run: python -m pip install --upgrade pip && pip install nox
|
- run: python -m pip install --upgrade pip && pip install nox
|
||||||
- if: matrix.msrv == 'MSRV'
|
- if: matrix.msrv == 'MSRV'
|
||||||
|
|
Loading…
Reference in New Issue