Skip to content

Commit

Permalink
Merge a188d2b into 730607f
Browse files Browse the repository at this point in the history
  • Loading branch information
dlam authored Aug 16, 2024
2 parents 730607f + a188d2b commit 2bcb47d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-single-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ runs:
shell: bash
run: echo "yes" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "cmake;3.22.1"
- name: "Install NDK"
working-directory: ${{ github.workspace }}
shell: bash
run: |
set -x
NDK_VERSION=$(grep "ndkVersion" settings.gradle | awk -F "=" '{gsub(/"| /, ""); print $2}')
echo "yes" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "ndk;$NDK_VERSION"
- name: "Install Android SDK Build-Tools"
Expand Down

0 comments on commit 2bcb47d

Please sign in to comment.