Add android build

This commit is contained in:
Σrebe - Romain GERARD
2024-05-25 11:35:06 +02:00
parent bd63632340
commit 06ca365c2a
+4
View File
@@ -118,6 +118,10 @@ jobs:
target: ${{ matrix.platform.target }}
components: rustfmt, clippy
- name: Install package for Android
if: contains(matrix.platform.target, 'android')
run: cargo install cross --git https://github.com/cross-rs/cross
- name: Show command used for Cargo
run: |
echo "cargo command is: ${{ env.CARGO }}"