mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
The nightly Android APK job has been failing since at least 2026-07-27
with "error[E0463]: can't find crate for `core`" at the librashader
cargo step: the runner's rustup ships only the host std, so the
cross-compile to aarch64-linux-android has no core to link against.
build-all.yml already carries this step (10fab243e7), but nightly.yml
has its own separate dual-core + PGO Android job that never got it.
Because that job is continue-on-error, the workflow kept reporting
success and the nightly release simply published without an APK.