Skip to content

Commit

Permalink
set jdk 17 to install ndk step
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Jul 11, 2024
1 parent 0795d9a commit c1fcb2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ jobs:
uses: android-actions/setup-android@v3

- name: Install NDK
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
run: sdkmanager --install "ndk;${{ env.NDK_VERSION }}"

- name: Build Android Base Test Apk
Expand Down

0 comments on commit c1fcb2c

Please sign in to comment.