Skip to content

Commit

Permalink
chore: use sdkmanager to install build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
huajijam authored and NextAlone committed Apr 21, 2023
1 parent 3d19c8a commit 787e4df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v2

- name: Install Build Tools
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager "build-tools;34.0.0-rc2"

- name: Install Android NDK
run: |
echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.4.7075529" --sdk_root=${ANDROID_SDK_ROOT} &> /dev/null
Expand Down

0 comments on commit 787e4df

Please sign in to comment.