Skip to content

Commit

Permalink
Add rust targets to Github Actions kotlin CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wec43 committed Jul 2, 2024
1 parent 5f4b369 commit 821dc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kotlin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
distribution: ${{ env.java-distribution }}
- name: Setup Android SDK
uses: android-actions/setup-android@07976c6290703d34c16d382cb36445f98bb43b1f #3.2.0
- name: Setup Rust targets
run: rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
- name: Lint
working-directory: ./app-android
run: ./gradlew lint --quiet
Expand Down
Empty file added app-android/temp
Empty file.

0 comments on commit 821dc97

Please sign in to comment.