Removed redundant restore key

This commit is contained in:
Thorsten Sommer 2024-06-06 21:20:35 +02:00
parent bf2b3aebee
commit 86218a7eba
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -102,7 +102,6 @@ jobs:
target/
key: target-${{ matrix.dotnet_runtime }}-tauri-build-${{ env.TAURI_BUILD_VERSION }}-tauri-${{ env.TAURI_VERSION }}-cargo-rust-${{ env.RUST_VERSION }}-dependencies-${{ env.CARGO_LOCK_HASH }}
restore-keys: |
target-${{ matrix.dotnet_runtime }}-tauri-build-${{ env.TAURI_BUILD_VERSION }}-tauri-${{ env.TAURI_VERSION }}-cargo-rust-${{ env.RUST_VERSION }}-dependencies-${{ env.CARGO_LOCK_HASH }}
target-${{ matrix.dotnet_runtime }}-tauri-build-${{ env.TAURI_BUILD_VERSION }}-tauri-${{ env.TAURI_VERSION }}-cargo-rust-${{ env.RUST_VERSION }}-dependencies-
- name: Setup Rust (stable)