Removed +stable workaround

Not needed anymore as libc is is no longer giving issues with this nightly version
This commit is contained in:
Sylvester Hesp 2022-08-17 15:17:06 +02:00 committed by Eduard-Mihai Burtescu
parent 475f508eac
commit 7347e697fa

View File

@ -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"