Fix lint.yml

This commit is contained in:
Fancy2209 2024-04-12 14:48:53 +00:00 committed by TÖRÖK Attila
parent 54ae6a2366
commit fa45f2566d

View File

@ -38,7 +38,7 @@ jobs:
run: cargo install cargo-ndk
- name: Check clippy
run: cargo ndk -t arm64-v8a -- clippy --all --all-features --tests -- -D warnings
run: cargo ndk --bindgen -t arm64-v8a -- clippy --all --all-features --tests -- -D warnings
android:
runs-on: ubuntu-latest