Skip to content

Commit 82a0f69

Browse files
committed
ci: make cargo-apk use stable to satisfy rustc requirement
1 parent 8f55382 commit 82a0f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "::endgroup::"
9999
100100
echo "::group::Install cargo-apk"
101-
cargo install cargo-apk
101+
cargo +stable install cargo-apk
102102
echo "::endgroup::"
103103
104104
echo "::group::Add aarch64-linux-android target"

0 commit comments

Comments
 (0)