Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Dec 2, 2023
1 parent 929f370 commit 6fe2e25
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
distribution: "temurin"
java-version: "8"

- name: Setup Android NDK
run: /usr/local/lib/android/sdk/cmdline-tools/latest/sdkmanager --install "ndk;21.4.7075529"
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 9477386
packages: 'ndk;21.4.7075529'

- name: Build package
run: make apackage
Expand Down

0 comments on commit 6fe2e25

Please sign in to comment.