erg/doc/EN/dev_guide/troubleshooting.md
2022-10-11 11:31:51 +09:00

13 lines
433 B
Markdown

# Troubleshooting
## Q: Local builds succeed, but GitHub Actions builds fail
A: The branch you are working on may not be following the changes in `main`.
## Q: The pre-commit check fails
A: Try committing again. It may fail the first time. If it fails again and again, the code may contain a bug.
## Q: build.rs fails to run
A: Check for extra files/directories (such as `__pychache__`) on the directory where `build.rs` runs.