setup-rust icon indicating copy to clipboard operation
setup-rust copied to clipboard

cache for multiples target

Open mirsella opened this issue 1 year ago • 0 comments

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

mirsella avatar Oct 18 '24 15:10 mirsella