File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
CARGO_TERM_COLOR : always
12
12
NDK_VERSION : " r27"
13
- CARGO_NDK_VERSION : " 3.5.4 "
13
+ CARGO_NDK_VERSION : " 4.1.1 "
14
14
15
15
jobs :
16
16
build-native-libs :
58
58
- name : Build native libs
59
59
run : |
60
60
unset ANDROID_SDK_ROOT # Deprecated, will cause an error if left set.
61
- cargo ndk --bindgen -- target ${{ matrix.android-abi }} --platform 26 -o jniLibs build --release --features jpegxr
61
+ cargo ndk --target ${{ matrix.android-abi }} --platform 26 -o jniLibs build --release --features jpegxr
62
62
env :
63
63
ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
64
64
Original file line number Diff line number Diff line change 37
37
run : cargo install cargo-ndk
38
38
39
39
- name : Check clippy
40
- run : cargo ndk --bindgen -t arm64-v8a -- clippy --all --all-features --tests -- -D warnings
40
+ run : cargo ndk --target arm64-v8a --platform 26 -- clippy --all --all-features --tests -- -D warnings
41
41
42
42
android :
43
43
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments