Skip to content

Commit

Permalink
Add android build
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed May 25, 2024
1 parent bd63632 commit 06ca365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 06ca365

Please sign in to comment.