Skip to content

Commit

Permalink
Update NEW_RELEASE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CRGBS authored Jul 13, 2024
1 parent fa1bece commit 33372e0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/NEW_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
java-version: 16
check-latest: true

- name: Install Android SDK packages
env:
ANDROID_HOME: ${{ github.workspace }}/android-sdk
ANDROID_SDK_ROOT: ${{ github.workspace }}/android-sdk
run: |
mkdir -p $ANDROID_SDK_ROOT
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "build-tools;33.0.1"
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "ndk;25.2.9519653"
- name: Setup Buildtools
# You may pin to the exact commit or the version.
# uses: buildtool/setup-buildtools-action@e081b64bf57ab25b64762e358f8a0dadd15500c6
uses: buildtool/setup-buildtools-action@v1.0.0

- name: Setup Android NDK
# You may pin to the exact commit or the version.
# uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410
uses: nttld/setup-ndk@v1.5.0
#- name: Install latest build tools
# run: |
# echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "build-tools;33.0.1" --sdk_root=${ANDROID_SDK_ROOT}
Expand Down

0 comments on commit 33372e0

Please sign in to comment.