mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Merge pull request #51 from maxammann/amd64-workaround
Disable clippy check on android
This commit is contained in:
commit
d35593e58b
16
.github/actions/android/action.yml
vendored
16
.github/actions/android/action.yml
vendored
@ -12,13 +12,9 @@ runs:
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: just build-android
|
||||
- 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