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

Master branch does not build #40

Open
sahina opened this issue Aug 13, 2021 · 2 comments
Open

Master branch does not build #40

sahina opened this issue Aug 13, 2021 · 2 comments

Comments

@sahina
Copy link

sahina commented Aug 13, 2021

Cloned master branch but does not build with this error:

error: failed to load manifest for workspace member `/Users/asahin/Code/sandbox/async-graphql-examples/models/starwars`

Caused by:
  failed to load manifest for dependency `async-graphql`

Caused by:
  failed to read `/Users/asahin/Code/sandbox/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
@sunli829
Copy link
Collaborator

examples is a sub-repository of async-graphql, so you need to clone async-graphql.

@sahina
Copy link
Author

sahina commented Aug 14, 2021

this should be part of on README.md. i can create a PR to add something like below to the root README.md

// `examples` is sub-repository of `async-graphql`.
git clone https://github.com/async-graphql/async-graphql.git
cd async-graphql
git clone https://github.com/async-graphql/examples.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants