mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
433 B
433 B
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.