-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add a GitHub Actions main workflow and fix the build #9
Conversation
27b2f03
to
4522ec5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s merge this once we sort out the main branch situation, I’ll have a patch for that up soon. In the meantime, don’t forget to check in the workflow.yml :)
aacdebd
to
61ae069
Compare
Whoops. This should be ready to go now. Checks should be showing up as passing below. |
61ae069
to
2fd16fd
Compare
.github/workflows/main.yml
Outdated
env: | ||
RUST_BACKTRACE: 1 | ||
|
||
build_result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: the other jobs use the dash as a separator but here we use the underscore.
2fd16fd
to
e3ba9db
Compare
e3ba9db
to
ed2802d
Compare
Fixes #12.