Add workaround for failing Android build

This commit is contained in:
Adrian Groh 2023-03-16 18:00:16 +01:00
parent fd4684bb2e
commit d9bfed9003
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

3
Cross.toml Normal file
View File

@ -0,0 +1,3 @@
[target.aarch64-linux-android]
# Workaround https://github.com/cross-rs/cross/issues/1128 / https://github.com/rust-lang/rust/issues/103673
image = "ghcr.io/cross-rs/aarch64-linux-android:edge"