Skip to content

Commit d3384ef

Browse files
committed
Attempt to unbreak CI (Android / libc 0.2.127).
1 parent 0866cf5 commit d3384ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
echo "::endgroup::"
9595
9696
echo "::group::Install cargo-apk"
97-
cargo install cargo-apk
97+
echo "FIXME(eddyb) working around libc 0.2.127 breakage by using stable Rust!"
98+
cargo +stable install cargo-apk
9899
echo "::endgroup::"
99100
100101
echo "::group::Add aarch64-linux-android target"

0 commit comments

Comments
 (0)