Skip to content
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

Fix windows build #6

Open
flavio opened this issue Apr 22, 2022 · 0 comments
Open

Fix windows build #6

flavio opened this issue Apr 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@flavio
Copy link
Owner

flavio commented Apr 22, 2022

Currently building on Windows fails with this error:

 error[E0433]: failed to resolve: could not find `unix` in `os`
  --> src\pull.rs:84:14
   |
84 |     std::os::unix::fs::symlink(
   |              ^^^^ could not find `unix` in `os`

error[E0433]: failed to resolve: could not find `unix` in `os`
  --> src\pull.rs:93:14
   |
93 |     std::os::unix::fs::symlink(
   |              ^^^^ could not find `unix` in `os`
@flavio flavio added the bug Something isn't working label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant