CI: test with cargo-ndk 2, which compiles with rustc 1.60

This commit is contained in:
Robert Bragg
2023-04-22 17:35:46 +01:00
parent 03b06b8c5e
commit 9ac7891664
+3 -1
View File
@@ -36,7 +36,9 @@ jobs:
i686-linux-android
- name: Install cargo-ndk
run: cargo install cargo-ndk
# We're currently sticking with cargo-ndk 2, until we bump our
# MSRV to 1.68+
run: cargo install cargo-ndk --version "^2"
- name: Setup Java
uses: actions/setup-java@v3