mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Attempt to unbreak CI (Android / libc 0.2.127).
This commit is contained in:
parent
0866cf591a
commit
d3384ef1e5
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -94,7 +94,8 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Install cargo-apk"
|
||||
cargo install cargo-apk
|
||||
echo "FIXME(eddyb) working around libc 0.2.127 breakage by using stable Rust!"
|
||||
cargo +stable install cargo-apk
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Add aarch64-linux-android target"
|
||||
|
Loading…
Reference in New Issue
Block a user