Fixed Rust cache for main build

This commit is contained in:
Thorsten Sommer 2024-06-09 15:33:17 +02:00
parent 0678428fab
commit 3c851ee5bc
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -97,7 +97,8 @@ jobs:
~/.cargo/registry/index/ ~/.cargo/registry/index/
~/.cargo/registry/cache/ ~/.cargo/registry/cache/
~/.rustup/toolchains ~/.rustup/toolchains
target/ runtime/target/deps
runtime/target/build
# When the entire key matches, Rust might just create the bundles using the current .NET build: # When the entire key matches, Rust might just create the bundles using the current .NET build:
key: target-${{ matrix.dotnet_runtime }}-rust-${{ env.RUST_VERSION }}-dependencies-${{ env.CARGO_LOCK_HASH }} key: target-${{ matrix.dotnet_runtime }}-rust-${{ env.RUST_VERSION }}-dependencies-${{ env.CARGO_LOCK_HASH }}