ci: separate lint workflow cache

This commit is contained in:
Ryan 2025-03-15 16:25:43 -04:00
parent 9886f251b8
commit 7b80f50595
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -61,7 +61,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: build_${{ matrix.os }}_${{ matrix.feature.name }}_${{ hashFiles('**.toml', 'Cargo.*') }}
key: lint_${{ matrix.feature.name }}_${{ hashFiles('**.toml', 'Cargo.*') }}
- name: Switch to nightly toolchain
run: rustup default nightly