Files
ARMSX2/.github/workflows
Brian Degenhardt 9f957a54d4 CI: install the Rust Android target in the nightly Android job
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.
2026-08-01 21:15:45 -07:00
..
2026-07-15 19:12:17 +02:00