-
Notifications
You must be signed in to change notification settings - Fork 4
chore(cli): do not look up target #18
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
Conversation
|
I also have a similar issue here: |
I encountered similar issues too. Try updating or adding the rust-src component. And it will be resolved |
|
thanks for the reports! will add jade/.github/workflows/main.yml Lines 18 to 22 in 9d51dfe
to the README (or in the pre-build checks, seems more reasonable) as well in this PR! |
|
even after adding the |
did you try running |
interesting, I'll add macos CI as well in this PR, just back to my keyboard today, will update our implementation to |
Resolves #17
The problem is that the
targetfolder does not exist before we cancargo buildorcargo testthat we got look up failed onjade build, now we switch to looking upCargo.tomlfor the workspace root