mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Instead do a cargo clean
This commit is contained in:
parent
5c181f658d
commit
ff4cf77d8b
10
.github/actions/android/action.yml
vendored
10
.github/actions/android/action.yml
vendored
@ -12,10 +12,12 @@ runs:
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: just build-android
|
||||
# FIXME: https://github.com/maplibre/maplibre-rs/issues/44
|
||||
# - name: Check x86_64
|
||||
# shell: bash
|
||||
# run: just check maplibre-android x86_64-linux-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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user