Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit d71d9d1

Browse files
bors[bot]koivunej
andauthored
Merge #445
445: ci: hold back at cargo ndk 1 r=koivunej a=koivunej This PR delays the changing to `cargo ndk` version 2.0, which has different cmdline API. Co-authored-by: Joonas Koivunen <joonas.koivunen@gmail.com>
2 parents 5d9cae5 + e5b8891 commit d71d9d1

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
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Install cargo-ndk
116116
if: contains(matrix.platform.target, 'android')
117-
run: cargo install cargo-ndk
117+
run: cargo install --version '<2.0.0' cargo-ndk
118118

119119
- name: Build (others)
120120
if: matrix.platform.cross == false

0 commit comments

Comments
 (0)