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

[Bug] Github Action fails unexpectedly on build-and-test (macOS-latest) #183

Closed
JelleMillenaar opened this issue Mar 25, 2021 · 0 comments · Fixed by #185
Closed

[Bug] Github Action fails unexpectedly on build-and-test (macOS-latest) #183

JelleMillenaar opened this issue Mar 25, 2021 · 0 comments · Fixed by #185
Assignees
Labels
Bug Something isn't working.

Comments

@JelleMillenaar
Copy link
Collaborator

Bug description

Github action "build-and-test macOS-latest" fails unexpectedly, while windows and ubuntu succeed. The provided error below was during a readme change and can therefore not be related to code changes.

error[E0463]: can't find crate for serde_derive which serde_json depends on

Link to an example error.

It may be related to this issue which triggered on the same environment and even the same crate serde_derive and this issue.

Potential workaround: Disable cache.

Errors

error[E0463]: can't find crate for serde_derive which serde_json depends on
Error: --> identity-diff/src/object.rs:4:5
|
4 | use serde_json::Value;
| ^^^^^^^^^^ can't find crate

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

Successfully merging a pull request may close this issue.

3 participants