Skip to content

Commit

Permalink
fix: build app with cargo-apk
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Jan 16, 2024
1 parent bbbb314 commit 9f738fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:

steps:

- uses: maxim-lobanov/setup-android-tools@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
packages: |
platforms;android-29
platforms;android-30
system-images;android-30;google_apis;x86
java-version: '17'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 9f738fe

Please sign in to comment.