-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pet
crate can't be fetched by cargo in GitHub Actions machine with Windows
#171
Comments
I also encountered this error when trying to build zed v0.160.1 on windows. |
I'm also trying to update zed for msys2! |
@eternalphane this is what you can do from your side
also you can use this patch which is based on v0.159.6 tag source: https://github.com/msys2/MINGW-packages/blob/9fbd2786337c61c69b76ee63a196b3036f7f8f92/mingw-w64-zed/zed-use-vendored-pet.patch edit: I made it possible ONLY because I have a linux machine which doesn't have this stupid restriction. it's so painful to do things on Windows... |
@ognevny Or you can set |
this is not a solution in case of GitHub machine and git config probably won't work because cargo use libgit2/gix |
from_mode is for Unix only. a few #[cfg()] will fix it update: looks like remote server is not supported on Windows. does |
by the way yes, git config thing works on GHA, but it requires to change global config, which could be bad for local builds ;( |
cargo fails to checkout this repo because some files have too long path and Windows complains about it
The text was updated successfully, but these errors were encountered: