mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:39:46 +00:00
Fixed Rust cache for main build
This commit is contained in:
parent
0678428fab
commit
3c851ee5bc
3
.github/workflows/build-and-release.yml
vendored
3
.github/workflows/build-and-release.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user