Open frederikhors opened 3 days ago
I don't know how to solve this, it's very much a docker desktop for windows issue though. Tried finding something about it online but was not able.
First thing you could try is to use cross from the main branch cargo install cross --git https://github.com/cross-rs/cross
, but I doubt that would fix it.
It does'nt work either.
Hi dear people,
today I'm using a new Windows PC and for the first time the cargo root dir is not in "C:\.cargo" but in "M:\cargo".
When I launch the same commands of the other PC (with cargo in C:) cross errors with:
But the directory exists!
Can you suggest a way to fix, please?