Skip to content

Commit

Permalink
Add CI for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 26, 2024
1 parent 61d607a commit 0561103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
target: x86_64-apple-darwin
rust: stable
os: macos-latest
- thing: arm64-android
target: aarch64-linux-android
rust: stable
os: ubuntu-latest
check_only: true
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0561103

Please sign in to comment.