Merge pull request #51 from maxammann/amd64-workaround

Disable clippy check on android
This commit is contained in:
Max Ammann 2022-04-26 21:19:00 +02:00 committed by GitHub
commit d35593e58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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