mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Disable clippy
This commit is contained in:
parent
ff4cf77d8b
commit
f966741b16
19
.github/actions/android/action.yml
vendored
19
.github/actions/android/action.yml
vendored
@ -12,16 +12,9 @@ runs:
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: just build-android
|
||||
- name: Clean
|
||||
shell: bash
|
||||
run: cargo clean
|
||||
- name: Check x86_64
|
||||
shell: bash
|
||||
run: just check maplibre-android x86_64-linux-android
|
||||
- name: Check aarch64
|
||||
shell: bash
|
||||
run: just check maplibre-android aarch64-linux-android
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: maplibre-rs.apk
|
||||
path: target/debug/apk/maplibre-rs-linux-demo.apk
|
||||
# - name: Check x86_64
|
||||
# shell: bash
|
||||
# run: just check maplibre-android x86_64-linux-android
|
||||
# - name: Check aarch64
|
||||
# shell: bash
|
||||
# run: just check maplibre-android aarch64-linux-android
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user