Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new job to build and test cross-builds in the JIT workflow
* **Cross-Build Job** - Add a new job named `Cross-Builds` to the JIT workflow - Checkout code using `actions/checkout@v2` - Set up Python using `actions/setup-python@v2` - Install build-essential dependencies - Build host Python and install it - Configure cross-build with the host Python - Run tests in the build directory - Install cross-build - Run tests with the installed Python
- Loading branch information