Skip to content

Commit

Permalink
Fix the Bazel CI Android sdkmanager location
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Feb 18, 2024
1 parent 14d405f commit ea2831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
java-version: 17
- name: Set up Android
run: |
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "ndk;$NDK_VERSION" | grep -v = || true
echo "y" | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;$NDK_VERSION" | grep -v = || true
echo "ANDROID_NDK_HOME=$ANDROID_HOME/ndk/$NDK_VERSION" >> $GITHUB_ENV
env:
NDK_VERSION: "25.2.9519653"
Expand Down

0 comments on commit ea2831a

Please sign in to comment.