Skip to content

Commit

Permalink
ci: make cargo-apk use stable to satisfy rustc requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestar99 committed Dec 17, 2024
1 parent d9dba91 commit 0584e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "::endgroup::"
echo "::group::Install cargo-apk"
cargo install cargo-apk
cargo +stable install cargo-apk
echo "::endgroup::"
echo "::group::Add aarch64-linux-android target"
Expand Down

0 comments on commit 0584e72

Please sign in to comment.