setup-rust
setup-rust copied to clipboard
cache for multiples target
hello
im running cargo check on two different target, wasm32 and x86_64 linux. the first target is cached, but the second one not, as cargo need to recompile the deps when changing target.
is it possible to have two cache for each of the target ?
thanks