Merge branch 'main' into github-files

This commit is contained in:
Max Ammann 2022-04-26 21:19:44 +02:00 committed by GitHub
commit 4abe93444b
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