We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d820302 commit b1c46a9Copy full SHA for b1c46a9
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
if: matrix.os == 'ubuntu-latest'
43
run: |
44
rustup target add aarch64-linux-android
45
- cargo install cargo-ndk
+ cargo install cargo-ndk --version 2.12.7
46
cargo ndk -t arm64-v8a clippy-ci
47
48
- name: Clippy (iOS)
@@ -103,7 +103,7 @@ jobs:
103
working-directory: ./android
104
script: |
105
rustup target add x86_64-linux-android
106
107
env | grep '^JAVA'
108
touch emulator.log
109
chmod 770 emulator.log
0 commit comments