Skip to content

Commit 4b9b8d7

Browse files
committed
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.
1 parent 526d39c commit 4b9b8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
i686-linux-android
3535
3636
- name: Install cargo-ndk
37-
run: cargo install cargo-ndk
37+
run: cargo +stable install cargo-ndk
3838

3939
- name: Build game-activity
4040
working-directory: android-activity

0 commit comments

Comments
 (0)