Add android build

This commit is contained in:
Σrebe - Romain GERARD 2024-05-25 11:35:06 +02:00
parent bd63632340
commit 06ca365c2a
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

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 }}"