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 5aadf91 commit 9993827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
distribution: "temurin"
java-version: "8"

- uses: nttld/setup-ndk@v1
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
ndk-version: r21e
add-to-path: false
packages: 'ndk;21.4.7075529'

- name: Build package
run: make apackage
Expand Down

0 comments on commit 9993827

Please sign in to comment.