mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-19 18:35:22 +00:00
Removed +stable workaround
Not needed anymore as libc is is no longer giving issues with this nightly version
This commit is contained in:
parent
475f508eac
commit
7347e697fa
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -105,8 +105,7 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Install cargo-apk"
|
||||
echo "FIXME(eddyb) working around libc 0.2.127 breakage by using stable Rust!"
|
||||
cargo +stable install cargo-apk
|
||||
cargo install cargo-apk
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Add aarch64-linux-android target"
|
||||
|
Loading…
Reference in New Issue
Block a user