Skip to content

Commit

Permalink
Ubuntu runner already sets ANDROID_SDK_ROOT env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jan 24, 2024
1 parent 60b9e01 commit 6802783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Install NDK
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
SDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager
echo "y" | $SDKMANAGER "ndk;23.1.7779620" --sdk_root=${ANDROID_SDK_ROOT}
Expand Down

0 comments on commit 6802783

Please sign in to comment.