Force cargo-ndk to only be built with stable toolchain

This fixes CI builds with rust 0.68 because cargo ndk depends on
cargo platform which depends on 0.70.
This commit is contained in:
Robert Bragg
2024-01-30 12:33:21 +00:00
parent 526d39c1f3
commit 4b9b8d754b
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
i686-linux-android
- name: Install cargo-ndk
run: cargo install cargo-ndk
run: cargo +stable install cargo-ndk
- name: Build game-activity
working-directory: android-activity