Skip to content

Commit

Permalink
CI: Add NDK install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Aug 23, 2024
1 parent 92a11bf commit 70710c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: Install NDK
run: yes | $ANDROID_HOME/tools/bin/sdkmanager "ndk;${{ env.ANDROID_NDK_VERSION }}"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 70710c3

Please sign in to comment.